[Libva] [PATCH 05/16] always use egl for wayland

Zhao Halley halley.zhao at intel.com
Tue Jun 5 02:06:53 PDT 2012


From: Zhao halley <halley.zhao at intel.com>

---
 configure.ac |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index dcd27fe..c07a974 100755
--- a/configure.ac
+++ b/configure.ac
@@ -219,11 +219,9 @@ WAYLAND_DRM_CFLAGS=""
 WAYLAND_DRM_LIBS=""
 if test "$enable_wayland" = "yes"; then
     PKG_CHECK_MODULES([WAYLAND], [wayland-client], [USE_WAYLAND=1], [])
-    if test "$USE_EGL" = "yes"; then
         USE_WAYLAND_DRM=1
         WAYLAND_DRM_CFLAGS="$DRM_CFLAGS"
 	WAYLAND_DRM_LIBS="$DRM_LIBS $EGL_DEPS_LIBS"
-    fi
 fi
 AC_DEFINE_UNQUOTED(USE_WAYLAND, $USE_WAYLAND,
     [Defined to 1 if building the Wayland windowing system])
-- 
1.7.5.4



More information about the Libva mailing list