diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules index c0b75b16511..6abe4968d05 100755 --- a/debian/rules +++ b/debian/rules @@ -27,7 +27,7 @@ DEB_BUILD_DIR ?= $(CURDIR)/obj-$(DEB_BUILD_GNU_TYPE) export DEB_BUILD_ARCH # build the following configurations -CONFIGS = debian-swx11+glu \ +CONFIGS = debian-swx11+glu-arch \ debian-dri-arch \ debian-osmesa16 \ debian-osmesa16-static \ @@ -45,10 +45,6 @@ endif # CONFIGS += debian-alpha-ev5 #endif -ifeq ($(DEB_BUILD_ARCH), amd64) - CONFIGS += debian-amd64 -endif - #ifeq ($(DEB_BUILD_ARCH), powerpc) # CONFIGS += debian-powerpc-603 #endif |