From e586c4b7634f856a350f029709adc8a32271562c Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 4 Feb 2011 12:22:58 +0100 Subject: egl: Add wayland platform --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9c6ce3f2150..67cdb157559 100644 --- a/configure.ac +++ b/configure.ac @@ -1536,6 +1536,10 @@ yes) if test "$plat" = "fbdev"; then GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/fbdev" fi + if test "$plat" = "wayland"; then + PKG_CHECK_MODULES([WAYLAND], [wayland-client],, \ + [AC_MSG_ERROR([cannot find libwayland-client])]) + fi done EGL_PLATFORMS="$egl_platforms" ;; -- cgit v1.2.3