From c1afa2763a2b6d49c207d1c316cf508891653e2e Mon Sep 17 00:00:00 2001 From: "Dmitrij D. Czarkoff" Date: Wed, 25 Mar 2015 23:59:47 +0100 Subject: old-configure: disable wayland backend if wayland wasn't found --- old-configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/old-configure b/old-configure index e72f7c8504..11c2e3ff90 100755 --- a/old-configure +++ b/old-configure @@ -661,6 +661,8 @@ EOF _gl_wayland=yes libs_mplayer="$libs_mplayer -lGL -lEGL" test "$_gl_wayland" = yes && res_comment="$res_comment wayland" + else + _gl_wayland=no fi if test "$_x11" = yes && test "$_gl" = yes && pkg_config_add "egl"; then _gl_x11_egl=yes -- cgit v1.2.3