From a943f572dd2de0ed8ca438702ad2ba8ef80d7934 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 19 May 2020 11:04:09 +0200 Subject: meson: fix include dir in .pc files See !207 --- meson.build | 2 ++ 1 file changed, 2 insertions(+) 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], ) -- cgit v1.2.1