Add build flags to get WRT widgets rendering in hardware acceleration mode
authorXavier Roche <xavier.roche@eurogiciel.fr>
Wed, 26 Jun 2013 16:24:10 +0000 (18:24 +0200)
committerEduardo Lima (Etrunko) <eduardo.lima@intel.com>
Tue, 13 Aug 2013 20:50:28 +0000 (17:50 -0300)
  - wihtout this patch the only way to get widgets display is to manually export HW_ACC=NOT_USE

packaging/evas.spec

index c4ce0b81a4cc445ddde35733518adc9c29430ca0..84ca4944caeacdd78714244e357bf24262b46667 100644 (file)
@@ -62,8 +62,12 @@ Examples files for evas
 %if %{with wayland}
             --enable-gles-variety-sgx \
             --enable-wayland-egl \
+%else
+            --enable-gl-xlib \
+            --disable-static \
+            --with-x \
+            --enable-fb
 %endif
-            --enable-gl-xlib
 
 make %{?_smp_mflags}