summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-06-12 09:38:22 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-06-12 09:38:22 +0200
commitc5a8203bbeb9343562080a75fe4b1b7bbfaa3bd6 (patch)
tree0d909d43357763f349c3c2104b4ffe94d4a1ded7
parent4593918ea46d55c6fb97e98fbe362bbe3c261d66 (diff)
configure: Allow build without gstreamer-egl
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 447e155..fcf4d9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -150,7 +150,7 @@ AM_CONDITIONAL(HAVE_GST_CHECK, test "x$HAVE_GST_CHECK" = "xyes")
PKG_CHECK_MODULES([GST_EGL], [gstreamer-egl-1.0], [
AC_DEFINE(HAVE_GST_EGL, 1, [Have gstreamer-egl])
GST_EGL=yes
-])
+], [GST_EGL=no])
AM_CONDITIONAL(HAVE_GST_EGL, test "x$GST_EGL" = "xyes")
dnl Check for documentation xrefs