configure.ac: fixes wayland-only build
authorFlorent Revest <revestflo@gmail.com>
Mon, 27 Jul 2015 15:20:16 +0000 (17:20 +0200)
committerNicolas Aguirre <aguirre.nicolas@gmail.com>
Tue, 3 Nov 2015 06:37:41 +0000 (07:37 +0100)
configure.ac

index c40bc2f..8e589be 100644 (file)
@@ -744,7 +744,7 @@ AC_MSG_RESULT([${e_cv_want_wayland_egl}])
 if test "x${e_cv_want_wayland_only}" != "xno" ;then
   PKG_CHECK_MODULES([WAYLAND], [ecore-wayland >= 1.16 wayland-server >= 1.8.0 wayland-client >= 1.8.0 xkbcommon uuid],
     [
-      have_wayland=yes
+      have_wayland_only=yes
       AC_DEFINE_UNQUOTED([HAVE_WAYLAND],[1],[enable wayland support])
     ])
 else