From c9d1e7c4b2b0c2b8c08abe83cfef282ec4d06b64 Mon Sep 17 00:00:00 2001 From: Jaehwan Kim Date: Fri, 24 Jun 2011 17:18:31 +0900 Subject: [PATCH] [rules] fix the build error in i386 --- debian/rules | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/debian/rules b/debian/rules index 9432d31..e5c965e 100755 --- a/debian/rules +++ b/debian/rules @@ -38,13 +38,10 @@ DEB_CONFIGURE_EXTRA_FLAGS := --disable-image-loader-svg \ --enable-xrender-x11 \ --enable-line-dither-mask \ --disable-image-loader-edb \ - --disable-rpath $(arch_flags) - -ifneq (i386,$(DEB_HOST_ARCH)) - DEB_CONFIGURE_EXTRA_FLAGS += --enable-gl-x11 \ + --disable-rpath $(arch_flags) \ + --enable-gl-x11 \ --enable-gl-flavor-gles \ --enable-gles-variety-sgx -endif build/libevas-doc:: cd $(DEB_SRCDIR)/doc && make doc -- 2.7.4