mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
gl: append EGL_LIB to GL_LIB
This commit is contained in:
parent
1525fa8bad
commit
88f92fd749
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue