summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2008-01-31 20:21:26 +0000
committerDavid Schleef <ds@schleef.org>2008-01-31 20:21:26 +0000
commit5bf2726479ed8e760466eddfc0c0dda8ad09b7f7 (patch)
treec266a68c557f63956eec4c0f7e5012e73e4f056b /pkgconfig
parent5486123391028f671d86fe6f78b0a949e6cc8a43 (diff)
* configure.ac:
Readd pre-pkgconfig OpenGL detection, since pkgconfig requires Mesa from git master. * gst/gl/glimagesink.c: * gst/gl/gstopengl.c: Move debug category initialization to element. * gst-libs/gst/gl/Makefile.am: * gst-libs/gst/gl/gstglfilter.c: * gst-libs/gst/gl/gstglfilter.h: * gst/gl/gstglfilter.c: * gst/gl/gstglfilter.h: Move glfilter to library. * pkgconfig/gstreamer-plugins-gl.pc.in: Add gstreamer-base-0.10 as a requirement. * po/en.po: Update.
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/gstreamer-plugins-gl.pc.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgconfig/gstreamer-plugins-gl.pc.in b/pkgconfig/gstreamer-plugins-gl.pc.in
index 6a5423e..432b73e 100644
--- a/pkgconfig/gstreamer-plugins-gl.pc.in
+++ b/pkgconfig/gstreamer-plugins-gl.pc.in
@@ -6,9 +6,8 @@ pluginsdir=@libdir@/gstreamer-@GST_MAJORMINOR@
Name: GStreamer OpenGL Plugins Libraries
Description: Streaming media framework, OpenGL plugins libraries
-Requires: gstreamer-@GST_MAJORMINOR@
+Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
Version: @VERSION@
-Libs: -L${libdir}
+Libs: -L${libdir} -lgstgl-@GST_MAJORMINOR@
Cflags: -I${includedir}
-libraries=gl