summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJulien Isorce <julien.isorce@collabora.co.uk>2014-04-28 15:47:27 +0100
committerJulien Isorce <julien.isorce@collabora.co.uk>2014-04-28 15:59:06 +0100
commit88f92fd74915655462a5698370bbc0d81293df53 (patch)
tree03683f41e86f6b10b8fbdcb1c9987d69aefcb129 /configure.ac
parent1525fa8bad00861bc1c20260d99fce9a3c28f5eb (diff)
downloadgstreamer-plugins-bad-88f92fd74915655462a5698370bbc0d81293df53.tar.gz
gl: append EGL_LIB to GL_LIB
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 336a83e08..14ee7e8a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -845,7 +845,7 @@ case $host in
else
if test "x$NEED_EGL" != "xno"; then
if test "x$HAVE_WINDOW_WAYLAND" = "xyes" -o "x$HAVE_WINDOW_X11" = "xyes" -o "x$HAVE_WINDOW_DISPMANX" = "xyes"; then
- GL_LIBS="$GL_LIBS -lEGL"
+ GL_LIBS="$GL_LIBS -lEGL $EGL_LIBS"
USE_EGL=yes
fi
fi