mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
Original commit message from CVS: This one did not work at all for me - this fixes it for me...
10 lines
309 B
PkgConfig
10 lines
309 B
PkgConfig
pcbuilddir=$(top_srcdir)
|
|
pcfiledir=
|
|
|
|
Name: GStreamer Uninstalled
|
|
Description: Streaming-media framework, Not Installed
|
|
Version: @VERSION@
|
|
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
|
Libs: -L${pcbuilddir}/${pcfiledir}/gst -lgst
|
|
Cflags: -I${pcbuilddir}/${pcfiledir} -I${pcbuilddir}/${pcfiledir}/libs @GST_PKG_CFLAGS@
|
|
|