summaryrefslogtreecommitdiff
path: root/pkgconfig/gstreamer-gl.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'pkgconfig/gstreamer-gl.pc.in')
-rw-r--r--pkgconfig/gstreamer-gl.pc.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgconfig/gstreamer-gl.pc.in b/pkgconfig/gstreamer-gl.pc.in
index 432b73ebb..c640e7547 100644
--- a/pkgconfig/gstreamer-gl.pc.in
+++ b/pkgconfig/gstreamer-gl.pc.in
@@ -1,13 +1,13 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
-includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
-pluginsdir=@libdir@/gstreamer-@GST_MAJORMINOR@
+includedir=@includedir@/gstreamer-@GST_API_VERSION@
+pluginsdir=@libdir@/gstreamer-@GST_API_VERSION@
Name: GStreamer OpenGL Plugins Libraries
Description: Streaming media framework, OpenGL plugins libraries
-Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
+Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
Version: @VERSION@
-Libs: -L${libdir} -lgstgl-@GST_MAJORMINOR@
+Libs: -L${libdir} -lgstgl-@GST_API_VERSION@
Cflags: -I${includedir}