mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
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:
parent
dc17ac5516
commit
8657932732
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue