summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-05-19 11:04:09 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2020-05-19 11:04:09 +0200
commita943f572dd2de0ed8ca438702ad2ba8ef80d7934 (patch)
treebf2642dc09f048dced2b27738b21334d4714da13
parent51546f52839d22a4918af3ba392db45c265788a9 (diff)
downloadgobject-introspection-a943f572dd2de0ed8ca438702ad2ba8ef80d7934.tar.gz
meson: fix include dir in .pc files
See !207
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index f992ad49..a6f3a02e 100644
--- a/meson.build
+++ b/meson.build
@@ -245,6 +245,7 @@ pkg.generate(girepo_lib,
name : 'gobject-introspection',
filebase : 'gobject-introspection-1.0',
description : 'GObject Introspection',
+ subdirs: ['gobject-introspection-1.0'],
variables : pkgconfig_variables,
libraries : [glib_dep, gobject_dep],
)
@@ -260,6 +261,7 @@ pkg.generate(
name : 'gobject-introspection',
filebase : 'gobject-introspection-no-export-1.0',
description : 'GObject Introspection',
+ subdirs: ['gobject-introspection-1.0'],
variables : pkgconfig_variables,
libraries : [girepo_lib, glib_dep, gobject_dep],
)