gst-inspect: fix unused-const-variable error in windows
[platform/upstream/gstreamer.git] / pkgconfig / gstreamer-net-uninstalled.pc.in
1 # the standard variables don't make sense for an uninstalled copy
2 prefix=
3 exec_prefix=
4 libdir=@netlibdir@
5 includedir=
6 girdir=@abs_top_builddir@/libs/gst/net
7 typelibdir=@abs_top_builddir@/libs/gst/net
8
9 Name: GStreamer networking library, uninstalled
10 Description: Network-enabled GStreamer plug-ins and clocking, uninstalled
11 Requires: gstreamer-@GST_API_VERSION@ = @VERSION@ gio-2.0
12 Version: @VERSION@
13
14 Libs: -L${libdir} -lgstnet-@GST_API_VERSION@
15 Cflags: -I@abs_top_srcdir@/libs -I@abs_top_builddir@/libs