mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 05:16:36 +00:00
that one too
Original commit message from CVS: that one too
This commit is contained in:
parent
128bc8934a
commit
a8ca293000
1 changed files with 13 additions and 0 deletions
13
pkgconfig/gstreamer-controller-uninstalled.pc.in
Normal file
13
pkgconfig/gstreamer-controller-uninstalled.pc.in
Normal file
|
@ -0,0 +1,13 @@
|
|||
# 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}
|
Loading…
Reference in a new issue