Removed unrecognized --enable-gl-x11 build option
authorRusty Lynch <rusty.lynch@intel.com>
Mon, 15 Apr 2013 17:37:06 +0000 (10:37 -0700)
committerEduardo Lima (Etrunko) <eduardo.lima@intel.com>
Tue, 13 Aug 2013 20:49:43 +0000 (17:49 -0300)
add --enable-gles-variety-sgx which is required to
successfully build when wayland is enabled

packaging/evas.spec

index e651adbd89e89eed64c408a01ed2a0e08e773161..416e6f2a3cf774421ca8009383079d065411172c 100644 (file)
@@ -60,10 +60,10 @@ Examples files for evas
 %build
 %configure --enable-pthreads \
 %if %{with wayland}
+            --enable-gles-variety-sgx \
             --enable-wayland-egl \
 %endif
-            --enable-gl-xlib \
-            --enable-gl-x11
+            --enable-gl-xlib
 
 make %{?_smp_mflags}