diff options
author | Julien Isorce <julien.isorce@collabora.co.uk> | 2014-03-23 21:55:34 +0000 |
---|---|---|
committer | Julien Isorce <julien.isorce@collabora.co.uk> | 2014-03-26 14:52:24 +0000 |
commit | c5833625ebe360c37b8c273a92bbd91fae4b6fd3 (patch) | |
tree | c00692104571a7ca78bc9bb8dd5089a472bce24b /configure.ac | |
parent | 2893a70aa094574a765d8195941a2de010c1c89f (diff) | |
download | gstreamer-plugins-bad-c5833625ebe360c37b8c273a92bbd91fae4b6fd3.tar.gz |
pkgconfig: add gstreamer-gl
https://bugzilla.gnome.org/show_bug.cgi?id=703343
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index cae35d4ad..3a9418b1b 100644 --- a/configure.ac +++ b/configure.ac @@ -1175,6 +1175,8 @@ AM_CONDITIONAL(USE_WGL, test "x$USE_WGL" = "xyes") AM_CONDITIONAL(USE_COCOA, test "x$USE_COCOA" = "xyes") AM_CONDITIONAL(USE_EGL_RPI, test "x$USE_EGL_RPI" = "xyes") +AM_CONDITIONAL(HAVE_GST_GL, test "x$USE_OPENGL" = "xyes" -o "x$USE_GLES2" = "xyes") + dnl Check for some types that are not always present GL_INCLUDES="" if test "x$USE_GLES2" = "xyes"; then |