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 /debian/rules | |
parent | dd89f8e3ea2316009c68bf57be1faf30997e10b2 (diff) |
Don't build gallium for now.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ |