d6131d406c9f04f5e82e5c6aedcb5ad7d9641a23
[platform/upstream/gstreamer.git] / pkgconfig / gstreamer-dataprotocol-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 gstdataprotocol_libs=-lgstdataprotocol-@GST_MAJORMINOR@
7
8 Name: GStreamer dataprotocol library, uninstalled
9 Description: Dataprotocol for plug-ins
10 Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
11 Version: @VERSION@
12
13 Libs: ${libdir}/gst/dataprotocol/libgstdataprotocol-@GST_MAJORMINOR@.la
14 Cflags: -I${includedir} -I${includedir}/libs @GST_PKG_CFLAGS@