From: Julien Isorce Date: Mon, 28 Apr 2014 14:47:27 +0000 (+0100) Subject: gl: append EGL_LIB to GL_LIB X-Git-Tag: 1.19.3~507^2~11300 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88f92fd74915655462a5698370bbc0d81293df53;p=platform%2Fupstream%2Fgstreamer.git gl: append EGL_LIB to GL_LIB --- diff --git a/configure.ac b/configure.ac index 336a83e..14ee7e8 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