summaryrefslogtreecommitdiff
path: root/libappstream-glib/meson.build
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-05-22 14:53:31 +0100
committerRichard Hughes <richard@hughsie.com>2017-05-22 14:53:31 +0100
commiteac31e3078d6447747c9922197ced6865bd268e1 (patch)
tree870eaa7d4b73a58b7c26996f5a6defd06df5d03a /libappstream-glib/meson.build
parent0e6396946a5f9c3c735aa8fd3de18ddf03d782ff (diff)
downloadappstream-glib-eac31e3078d6447747c9922197ced6865bd268e1.tar.gz
trivial: Try linking the GIR file with the local appstream-glib
Diffstat (limited to 'libappstream-glib/meson.build')
-rw-r--r--libappstream-glib/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/libappstream-glib/meson.build b/libappstream-glib/meson.build
index dc4d916..1753431 100644
--- a/libappstream-glib/meson.build
+++ b/libappstream-glib/meson.build
@@ -225,5 +225,6 @@ asglib_gir = gnome.generate_gir(asglib,
'Gio-2.0',
'GdkPixbuf-2.0'
],
+ link_with : asglib,
install : true,
)