summaryrefslogtreecommitdiffstats
path: root/rules/mesa-demos.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/mesa-demos.make')
-rw-r--r--rules/mesa-demos.make8
1 files changed, 2 insertions, 6 deletions
diff --git a/rules/mesa-demos.make b/rules/mesa-demos.make
index d7eda32e2..73c41c329 100644
--- a/rules/mesa-demos.make
+++ b/rules/mesa-demos.make
@@ -29,11 +29,6 @@ MESA_DEMOS_LICENSE := unknown
# Prepare
# ----------------------------------------------------------------------------
-MESA_DEMOS_CONF_ENV := \
- $(CROSS_ENV) \
- ac_cv_header_GL_glut_h=no \
- ac_cv_lib_glut_glutInit=no
-
#
# autoconf
#
@@ -51,7 +46,8 @@ MESA_DEMOS_CONF_OPT := \
--$(call ptx/endis, PTXCONF_MESA_DEMOS_WAYLAND)-wayland \
--disable-gbm \
--disable-freetype2 \
- --disable-rbug
+ --disable-rbug \
+ --without-glut
# ----------------------------------------------------------------------------