diff options
author | Matthew Waters <ystreet00@gmail.com> | 2012-05-29 17:55:44 +1000 |
---|---|---|
committer | Matthew Waters <ystreet00@gmail.com> | 2014-03-15 18:36:44 +0100 |
commit | 6f2acb94c6c370474330d8c6c8c00f63b79083d3 (patch) | |
tree | 07746834e95c9ce5522751a8c98e7d668d61b251 /pkgconfig | |
parent | fa18db91ed65e93c585d13898703862c7ef0e697 (diff) |
[502/906] Update versioning for gstreamer 1.0
Renames GST_MAJORMINOR to GST_API_VERSION in build files
removes -lgstinterfaces from _LDADD flags
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/gstreamer-gl-uninstalled.pc.in | 2 | ||||
-rw-r--r-- | pkgconfig/gstreamer-gl.pc.in | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgconfig/gstreamer-gl-uninstalled.pc.in b/pkgconfig/gstreamer-gl-uninstalled.pc.in index a7b1b413c..382bb3278 100644 --- a/pkgconfig/gstreamer-gl-uninstalled.pc.in +++ b/pkgconfig/gstreamer-gl-uninstalled.pc.in @@ -7,7 +7,7 @@ pluginsdir=${pcfiledir}/.. Name: GStreamer OpenGL Plugins Libraries, Uninstalled Description: Streaming media framework, OpenGL plugins libraries, uninstalled Version: @VERSION@ -Requires: gstreamer-@GST_MAJORMINOR@ +Requires: gstreamer-@GST_API_VERSION@ Libs: -L${libdir}/gl Cflags: -I${includedir} -I@srcdir@/.. 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} |