diff options
author | Benjamin Franzke <[email protected]> | 2011-05-30 10:50:52 +0200 |
---|---|---|
committer | Benjamin Franzke <[email protected]> | 2011-06-23 21:07:17 +0200 |
commit | e5fc4c81ce5aa261e330977f1a672838cd186cdb (patch) | |
tree | 36daf4154bcc3aeccd2d33a1e6914968dc7a9356 /configure.ac | |
parent | 48d4a001b3faaa707716ea6bd93dd98b487768ce (diff) |
egl_dri2: Hookup gbm as drm platform
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index dbf8fe5caca..c94c5fadd4c 100644 --- a/configure.ac +++ b/configure.ac @@ -1653,6 +1653,9 @@ yes) WAYLAND_EGL_LIB_DEPS="$WAYLAND_LIBS $LIBDRM_LIBS" GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/wayland" fi + if test "$plat" = "drm" && test "x$enable_gbm" = no; then + AC_MSG_ERROR([EGL platform drm needs gbm]) + fi done EGL_PLATFORMS="$egl_platforms" ;; |