mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
e66179dffb
Fix the pluginsdir and includedir variables in the generated pkgconfig (.pc) files. The location needs to be built with the PKG version in mind instead of the API version. While we are at it, also fix the PKG version for GStreamer >= 1.3. https://bugzilla.gnome.org/show_bug.cgi?id=720820 [additional fixes for includedir and pkg requirements] Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
12 lines
435 B
PkgConfig
12 lines
435 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_PKG_VERSION@
|
|
pluginsdir=@libdir@/gstreamer-@GST_PKG_VERSION@
|
|
|
|
Name: GStreamer VA-API (X11) Plugins Libraries
|
|
Description: Streaming media framework, VA-API (X11) plugins libraries
|
|
Requires: gstreamer-vaapi-@GST_API_VERSION@ @LIBVA_X11_PKGNAME@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgstvaapi-x11-@GST_API_VERSION@
|
|
Cflags: -I${includedir}
|