mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
2e0bac3794
Original commit message from CVS: * pkgconfig/gstreamer-uninstalled.pc.in: * pkgconfig/gstreamer.pc.in: Remove -lgstcontrol-0.10 which never worked anyway as the lib is called gstcontroller-0.10.
14 lines
432 B
PkgConfig
14 lines
432 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=${pcfiledir}/..
|
|
includedir=${pcfiledir}/..
|
|
toolsdir=${pcfiledir}/../tools
|
|
pluginsdir=${pcfiledir}/..
|
|
|
|
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
|