[rules] fix the build error in i386
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Fri, 24 Jun 2011 08:18:31 +0000 (17:18 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Fri, 24 Jun 2011 08:18:31 +0000 (17:18 +0900)
debian/rules

index 9432d31..e5c965e 100755 (executable)
@@ -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