summaryrefslogtreecommitdiff
path: root/gcr
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2020-01-04 02:22:05 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2020-01-04 01:33:00 +0000
commit0572c641a90b72560d401850c235a05f3a1c771e (patch)
treeec418216ad83ce7c967d7be0083bc10bd44bf5b9 /gcr
parent57dcc5252e78688b25f160cf8b6b59aaf0d8caca (diff)
downloadgcr-0572c641a90b72560d401850c235a05f3a1c771e.tar.gz
meson: Fix include directories of gcr-*.pc
We introduced a regression in Meson as we do not add the correct `-I` flags for the compiler.
Diffstat (limited to 'gcr')
-rw-r--r--gcr/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcr/meson.build b/gcr/meson.build
index 66126b9..262c5cf 100644
--- a/gcr/meson.build
+++ b/gcr/meson.build
@@ -216,6 +216,7 @@ endif
# pkg-config file
pkgconfig.generate(gcr_base_lib,
+ subdirs: 'gcr-@0@'.format(gcr_major_version),
description: 'GObject and GUI library for high level crypto parsing and display',
)