check out common with right tag
[platform/upstream/gstreamer.git] / pkgconfig / gstreamer-control-uninstalled.pc.in
1 # the standard variables don't make sense for an uninstalled copy
2 prefix=
3 exec_prefix=
4 libdir=${pcfiledir}/../libs
5 includedir=${pcfiledir}/..
6 gstcontrol_libs=-lgstcontrol-@GST_MAJORMINOR@
7
8 Name: GStreamer control library, uninstalled
9 Description: Dynamic parameters for plug-ins
10 Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
11 Version: @VERSION@
12
13 Libs: ${libdir}/gst/control/libgstcontrol-@GST_MAJORMINOR@.la
14 Cflags: -I${includedir} -I${includedir}/libs @GST_PKG_CFLAGS@