From: Juan Zhao Date: Wed, 20 Nov 2013 15:30:14 +0000 (+0800) Subject: disable software x11 configurations X-Git-Tag: submit/tizen/20131121.061521^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=154440f3e1ec089f16524a4b658cb6f63cf8a4ea;p=profile%2Fmobile%2Fevas.git disable software x11 configurations by default, evas will choose one from xcb or xlib to build software x11, then this will bring X dependencies, so disable these configurations. Change-Id: I88e58000fc0ca112537c8ae08d442d6799a3f969 --- diff --git a/packaging/evas.spec b/packaging/evas.spec index 43beecc..79e5484 100755 --- a/packaging/evas.spec +++ b/packaging/evas.spec @@ -76,8 +76,9 @@ export LDFLAGS+=" -fvisibility=hidden -Wl,--hash-style=both -Wl,--as-needed" --without-x \ --enable-wayland-shm \ --enable-wayland-egl \ + --disable-software-xcb \ + --disable-software-xlib \ --enable-gl-flavor-gles \ - --enable-gles-variety-sgx \ --disable-harfbuzz %else %configure --disable-static \