diff options
author | Benjamin Franzke <[email protected]> | 2011-07-02 13:46:09 +0200 |
---|---|---|
committer | Benjamin Franzke <[email protected]> | 2011-07-02 14:00:55 +0200 |
commit | 9b8cd499303d9bcb60f40ef14553cb38cea6a897 (patch) | |
tree | ad8ff5ffb6efb24a713a790f35470b9ebb5636b2 /configure.ac | |
parent | b18b2994eff2f51588abe29c7a2209220c9ee9c5 (diff) |
configure: Fix typo in gbm check for egl drm platform
NOTE: This is a candidate for the 7.11 branch.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 93b0b2684ff..74a511edd2b 100644 --- a/configure.ac +++ b/configure.ac @@ -1721,7 +1721,7 @@ 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 + if test "$plat" = "drm" && test "x$enable_gbm" = "xno"; then AC_MSG_ERROR([EGL platform drm needs gbm]) fi done |