mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
d2499c35b3
Original commit message from CVS: Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
14 lines
468 B
PkgConfig
14 lines
468 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=${pcfiledir}/..
|
|
includedir=${pcfiledir}/..
|
|
toolsdir=${pcfiledir}/../tools
|
|
gstcontrol_libs=-lgstcontrol-@GST_MAJORMINOR@
|
|
|
|
Name: GStreamer Uninstalled
|
|
Description: Streaming-media framework, Not Installed
|
|
Version: @VERSION@
|
|
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
|
Libs: ${libdir}/gst/libgstreamer-@GST_MAJORMINOR@.la
|
|
Cflags: -I${includedir} -I${includedir}/libs @GST_PKG_CFLAGS@
|