summaryrefslogtreecommitdiff
path: root/libappstream-builder
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-05-15 10:39:43 +0100
committerRichard Hughes <richard@hughsie.com>2017-05-15 10:40:39 +0100
commit9e0c4c0483cf292a83577a28ea283e4511c4daa6 (patch)
treeeb3e4f6bddc8e8b1df564e325c390e6331f66eb1 /libappstream-builder
parent3c6d8fd7c4e1c1b55255e9abe61ebff26d91d7d2 (diff)
downloadappstream-glib-9e0c4c0483cf292a83577a28ea283e4511c4daa6.tar.gz
trivial: Add back the Requires and Requires.private in the .pc files
Diffstat (limited to 'libappstream-builder')
-rw-r--r--libappstream-builder/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/libappstream-builder/meson.build b/libappstream-builder/meson.build
index e1f942a..e2a772e 100644
--- a/libappstream-builder/meson.build
+++ b/libappstream-builder/meson.build
@@ -78,6 +78,11 @@ subdir('plugins')
pkgg.generate(
version : as_version,
libraries : asbuilder,
+ requires : [
+ 'glib-2.0',
+ 'gobject-2.0',
+ 'gdk-pixbuf-2.0',
+ ],
name : 'appstream-builder',
description : 'Objects and helper methods to help reading and writing AppStream metadata',
filebase : 'appstream-builder',