disable software x11 configurations 45/12645/1 submit/tizen/20131121.061521 submit/tizen/20131121.061936
authorJuan Zhao <juan.j.zhao@intel.com>
Wed, 20 Nov 2013 15:30:14 +0000 (23:30 +0800)
committerJuan Zhao <juan.j.zhao@intel.com>
Wed, 20 Nov 2013 15:30:14 +0000 (23:30 +0800)
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

packaging/evas.spec

index 43beecc..79e5484 100755 (executable)
@@ -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 \