diff options
author | Emil Velikov <[email protected]> | 2014-07-24 23:09:26 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-08-12 23:36:06 +0100 |
commit | 5e5f754f5b02fb1f808bcbb6b31a27ffd4abc7c6 (patch) | |
tree | f0086172a7cb86f644f6605b1db3c0366e6474f4 | |
parent | 1d1ec76bdf24a45cbfc919828ffb8e3f6788d725 (diff) |
configure.ac: drop enable_dri check in gallium_gbm
A while back we've mandated that gbm requires enable_dri,
thus this check is no longer required.
Signed-off-by: Emil Velikov <[email protected]>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 2b5cebed010..2fc38ef709d 100644 --- a/configure.ac +++ b/configure.ac @@ -1347,10 +1347,6 @@ if test "x$enable_gallium_gbm" = xyes; then if test "x$enable_gbm" = xno; then AC_MSG_ERROR([cannot enable gbm_gallium without gbm]) fi - # gbm_gallium abuses DRI_LIB_DEPS to link. Make sure it is set. - if test "x$enable_dri" = xno; then - AC_MSG_ERROR([gbm_gallium requires --enable-dri to build]) - fi if test "x$enable_gallium_egl" != xyes; then AC_MSG_ERROR([gbm_gallium is only used by egl_gallium]) |