summaryrefslogtreecommitdiff
path: root/libappstream-glib/appstream-glib.pc.in
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-07-28 12:02:28 +0100
committerRichard Hughes <richard@hughsie.com>2016-07-28 12:02:28 +0100
commit284c54de42e95fbda366835bb618092cf38b2ebc (patch)
tree12015552ed0de23d2e780795b1990cecb0246b75 /libappstream-glib/appstream-glib.pc.in
parentef0f9b6cb3e3ff5f34e710f7c83f9dc991b47e5d (diff)
downloadappstream-glib-284c54de42e95fbda366835bb618092cf38b2ebc.tar.gz
Avoid unsatisfiable development dependency when built without libgcab (#122)
pkg-config checks that all declared Requires.private are available (they are needed for static linking and potentially for their CFLAGS). Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'libappstream-glib/appstream-glib.pc.in')
-rw-r--r--libappstream-glib/appstream-glib.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-glib/appstream-glib.pc.in b/libappstream-glib/appstream-glib.pc.in
index 75b70b6..c1d7ef7 100644
--- a/libappstream-glib/appstream-glib.pc.in
+++ b/libappstream-glib/appstream-glib.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
Name: appstream-glib
Description: Objects and helper methods to help reading and writing AppStream metadata
Version: @VERSION@
-Requires.private: libarchive, libgcab-1.0, uuid
+Requires.private: libarchive uuid @GCAB_DEPENDENCY@
Requires: glib-2.0, gobject-2.0, gdk-pixbuf-2.0
Libs: -L${libdir} -lappstream-glib
Cflags: -I${includedir}/libappstream-glib