pkgconfig: Add private zlib dependency for libgsttag

Fixes issues with static application builds (which might not know
they need to link with zlib when using a libgsttag that was compiled
with it).

https://bugzilla.gnome.org/show_bug.cgi?id=793989
This commit is contained in:
Edward Hervey 2018-03-02 15:21:25 +01:00 committed by Edward Hervey
parent dc17ac5516
commit 8657932732
2 changed files with 2 additions and 0 deletions

View file

@ -12,5 +12,6 @@ Description: Tag base classes and helper functions, uninstalled
Version: @VERSION@
Requires: gstreamer-@GST_API_VERSION@
Libs: -L${libdir} -lgsttag-@GST_API_VERSION@
Libs.Private: @ZLIB_LIBS@
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs

View file

@ -12,5 +12,6 @@ Description: Tag base classes and helper functions
Requires: gstreamer-@GST_API_VERSION@
Version: @VERSION@
Libs: -L${libdir} -lgsttag-@GST_API_VERSION@
Libs.private: @ZLIB_LIBS@
Cflags: -I${includedir}