gstreamer/pkgconfig/gstreamer-player-uninstalled.pc.in
Sebastian Dröge c11e93c9da pkg-config: Add both srcdir and builddir to the include path
Just the build dir is not going to work for srcdir!=builddir.
2017-02-27 19:13:11 +02:00

13 lines
386 B
PkgConfig

prefix=
exec_prefix=
libdir=@playerlibdir@
includedir=@abs_top_srcdir@/gst-libs
Name: GStreamer Player, Uninstalled
Description: GStreamer Player convenience library, uninstalled
Requires: gstreamer-@GST_API_VERSION@ gstreamer-video-@GST_API_VERSION@
Version: @VERSION@
Libs: -L${libdir} -lgstplayer-@GST_API_VERSION@
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs