From 88f92fd74915655462a5698370bbc0d81293df53 Mon Sep 17 00:00:00 2001 From: Julien Isorce Date: Mon, 28 Apr 2014 15:47:27 +0100 Subject: [PATCH] gl: append EGL_LIB to GL_LIB --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 336a83e08f..14ee7e8a19 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