mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
14 lines
406 B
PkgConfig
14 lines
406 B
PkgConfig
|
# the standard variables don't make sense for an uninstalled copy
|
||
|
prefix=
|
||
|
exec_prefix=
|
||
|
libdir=${pcfiledir}/../libs/gst/controller
|
||
|
includedir=${pcfiledir}/..
|
||
|
|
||
|
Name: GStreamer controller, uninstalled
|
||
|
Description: Dynamic parameter control for GStreamer elements
|
||
|
Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
|
||
|
Version: @VERSION@
|
||
|
|
||
|
Libs: ${libdir}/libgstcontroller-@GST_MAJORMINOR@.la
|
||
|
Cflags: -I${includedir}
|