summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-04-23 14:14:29 +0200
committerKristian Høgsberg <krh@bitplanet.net>2011-04-25 10:45:56 -0400
commitaaa3c0d6de7fc2c8d209d3adba11eba1133c61d1 (patch)
treeff66850b5a12bd2f0195f4ce5fc0b9d14150ba94 /configure.ac
parentb2a98c3531c276b76024bb9b10fdd6c3360cb0c9 (diff)
winsys: Add wayland shm sw winsys
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1012ca56f4c..3b05ca35380 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1636,6 +1636,7 @@ yes)
PKG_CHECK_MODULES([WAYLAND], [wayland-client wayland-server],, \
[AC_MSG_ERROR([cannot find libwayland-client])])
WAYLAND_EGL_LIB_DEPS="$WAYLAND_LIBS $LIBDRM_LIBS"
+ GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/wayland"
fi
done
EGL_PLATFORMS="$egl_platforms"