mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 12:21:30 +00:00
05fd9d0aba
So that the -base libs can figure out the right include paths for the gobject-introspection tools even if core got installed into a prefix that's not the same prefix as gobject-introspection is installed in or it's being build in an uninstalled gstreamer setup.
17 lines
482 B
PkgConfig
17 lines
482 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
|
toolsdir=${exec_prefix}/bin
|
|
pluginsdir=@libdir@/gstreamer-@GST_MAJORMINOR@
|
|
datarootdir=${prefix}/share
|
|
datadir=${datarootdir}
|
|
girdir=${datadir}/gir-1.0
|
|
typelibdir=${libdir}/girepository-1.0
|
|
|
|
Name: GStreamer
|
|
Description: Streaming media framework
|
|
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgstreamer-@GST_MAJORMINOR@
|
|
Cflags: -I${includedir}
|