[gtk+] wayland: We need to require egl as well



commit 005894eccbd438022d968e8a855523ecadc5027d
Author: Kristian HÃgsberg <krh bitplanet net>
Date:   Mon Aug 22 14:54:12 2011 -0400

    wayland: We need to require egl as well

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 15ceab3..16f065e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -383,7 +383,7 @@ if test "x$enable_wayland_backend" == "xyes"; then
   GIO_PACKAGE=gio-unix-2.0
   GDK_WINDOWING="$GDK_WINDOWING
 #define GDK_WINDOWING_WAYLAND"
-  WAYLAND_PACKAGES="wayland-client xkbcommon wayland-egl"
+  WAYLAND_PACKAGES="wayland-client xkbcommon wayland-egl egl"
   AM_CONDITIONAL(USE_WAYLAND, true)
 else
   AM_CONDITIONAL(USE_WAYLAND, false)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]