Move dataurisrc element from -bad
[platform/upstream/gstreamer.git] / pkgconfig / gstreamer-uninstalled.pc.in
1 # the standard variables don't make sense for an uninstalled copy
2 prefix=
3 exec_prefix=
4 libdir=@abs_top_builddir@/gst/.libs
5 # includedir is builddir because it is used to find gstconfig.h in places
6 includedir=@abs_top_builddir@
7 toolsdir=@abs_top_builddir@/tools
8 pluginsdir=@abs_top_builddir@
9 girdir=@abs_top_builddir@/gst
10 completionsdir=@abs_top_builddir@/data/completions
11 helpersdir=@abs_top_builddir@/libs/gst/helpers
12 typelibdir=@abs_top_builddir@/gst
13
14 Name: GStreamer Uninstalled
15 Description: Streaming media framework, Not Installed
16 Version: @VERSION@
17 Requires: glib-2.0, gobject-2.0
18 Requires.private: gmodule-no-export-2.0
19 Libs: -L${libdir} -lgstreamer-@GST_API_VERSION@
20 Cflags: -I@abs_top_srcdir@ -I@abs_top_srcdir@/libs -I@abs_top_builddir@ -I@abs_top_builddir@/libs