mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
a8bd61a879
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@
|
|
|