mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
e468687c17
Original commit message from CVS: * s/GST_CFLAGS/GST_PKG_CFLAGS/ * add libdir to lib path since that's where -lgst needs to look
11 lines
275 B
PkgConfig
11 lines
275 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: GStreamer
|
|
Description: Streaming-media framework
|
|
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -L${libdir}/gst -lgst
|
|
Cflags: -I${includedir} @GST_PKG_CFLAGS@
|