mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
15 lines
472 B
PkgConfig
15 lines
472 B
PkgConfig
|
# the standard variables don't make sense for an uninstalled copy
|
||
|
prefix=
|
||
|
exec_prefix=
|
||
|
libdir=${pcfiledir}/../libs
|
||
|
includedir=${pcfiledir}/..
|
||
|
gstcontrol_libs=-lgstcontrol-@GST_MAJORMINOR@
|
||
|
|
||
|
Name: GStreamer control library, uninstalled
|
||
|
Description: Dynamic parameters for plug-ins
|
||
|
Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
|
||
|
Version: @VERSION@
|
||
|
|
||
|
Libs: ${libdir}/gst/control/libgstcontrol-@GST_MAJORMINOR@.la
|
||
|
Cflags: -I${includedir} -I${includedir}/libs @GST_PKG_CFLAGS@
|