Move gstconfig.h back to normal include dir
[platform/upstream/gstreamer.git] / pkgconfig / gstreamer.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@/gstreamer-@GST_API_VERSION@
5 toolsdir=${exec_prefix}/bin
6 pluginsdir=@libdir@/gstreamer-@GST_API_VERSION@
7 datarootdir=${prefix}/share
8 datadir=${datarootdir}
9 girdir=${datadir}/gir-1.0
10 completionsdir=@BASH_COMPLETION_DIR@
11 helpersdir=@BASH_HELPERS_DIR@
12 typelibdir=${libdir}/girepository-1.0
13
14 Name: GStreamer
15 Description: Streaming media framework
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${includedir}