mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
s/GST_CFLAGS/GST_PKG_CFLAGS/ add libdir to lib path since that's where -lgst needs to look
Original commit message from CVS: * s/GST_CFLAGS/GST_PKG_CFLAGS/ * add libdir to lib path since that's where -lgst needs to look
This commit is contained in:
parent
8da28910bc
commit
e468687c17
1 changed files with 2 additions and 2 deletions
|
@ -7,5 +7,5 @@ Name: GStreamer
|
||||||
Description: Streaming-media framework
|
Description: Streaming-media framework
|
||||||
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir}/gst -lgst
|
Libs: -L${libdir} -L${libdir}/gst -lgst
|
||||||
Cflags: -I${includedir} @GST_CFLAGS@
|
Cflags: -I${includedir} @GST_PKG_CFLAGS@
|
||||||
|
|
Loading…
Reference in a new issue