diff options
author | Julien Cristau <[email protected]> | 2009-06-24 17:30:00 +0200 |
---|---|---|
committer | Julien Cristau <[email protected]> | 2009-06-24 17:30:00 +0200 |
commit | 1df36638c068ad093eb78b6128d24df102452777 (patch) | |
tree | dfb65ed1edf1403e1eec6efb44285e86d5fffbbd | |
parent | dd89f8e3ea2316009c68bf57be1faf30997e10b2 (diff) |
Don't build gallium for now.
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index be174f0bfaa..89a5e66ef04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ mesa (7.5~rc3-1) UNRELEASED; urgency=low + 05_hurd-ftbfs.diff partly applied upstream + 06_kfreebsd-ftbfs.diff refreshed * Install dri.pc, which will be needed to build xorg-server 1.7. + * Don't build gallium for now. -- Timo Aaltonen <[email protected]> Mon, 18 May 2009 15:12:17 +0300 diff --git a/debian/rules b/debian/rules index 2636bf6bac0..ecb1e07c8b8 100755 --- a/debian/rules +++ b/debian/rules @@ -50,6 +50,9 @@ INSTALL_TARGETS = $(addprefix install-, $(CONFIGS)) QUILT_STAMPFN = $(STAMP_DIR)/patch include /usr/share/quilt/quilt.make +# temporary until we figure out what to build +confflags += --disable-gallium + confflags-common = \ --disable-egl \ --disable-glu \ |