mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
a730842ff1
714d8aa
in core removed this include dir from it's pkgconfig file.
https://bugzilla.gnome.org/show_bug.cgi?id=770523
13 lines
494 B
PkgConfig
13 lines
494 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_API_VERSION@
|
|
pluginsdir=@libdir@/gstreamer-@GST_API_VERSION@
|
|
|
|
Name: GStreamer OpenGL Plugins Libraries
|
|
Description: Streaming media framework, OpenGL plugins libraries
|
|
Version: @VERSION@
|
|
Requires: gstreamer-base-@GST_API_VERSION@ gstreamer-@GST_API_VERSION@
|
|
|
|
Libs: -L${libdir} -lgstgl-@GST_API_VERSION@ @GL_LIBS@
|
|
Cflags: -I${includedir} -I${libdir}/gstreamer-@GST_API_VERSION@/include @GL_CFLAGS@
|