summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-06-03 23:52:58 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-06-03 23:52:58 +0400
commit6a1588c29d67f07e6cd3a90fb62d610c5bf00c25 (patch)
tree42ee9d4ac6ad99a7fd607eab4989f22b1069ed11
parent3c86930e4596948c4f814e1f5fa3cc79b849ea1f (diff)
downloadmesa-6a1588c29d67f07e6cd3a90fb62d610c5bf00c25.tar.gz
Override some configure options for Dyson
-rwxr-xr-xdebian/rules7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 760c3e416a..7085e51a0e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -120,6 +120,13 @@ confflags_EGL = --with-egl-platforms="$(EGL_DISPLAYS)"
confflags_GLES = --enable-gles1 --enable-gles2
confflags_GALLIUM += --with-gallium-drivers="$(GALLIUM_DRIVERS)"
+# Overriding:
+ifeq (illumos-amd64,$(DEB_HOST_ARCH))
+confflags_OPENVG = --disable-openvg --disable-gallium-egl
+confflags_GALLIUM += --with-gallium-drivers=
+DRI_DRIVERS = i915 i965 r200 radeon swrast
+endif
+
confflags-dri = \
--enable-dri \
--with-dri-drivers="$(DRI_DRIVERS)" \