projects
/
platform
/
upstream
/
evas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ccf4b9
)
Add build flags to get WRT widgets rendering in hardware acceleration mode
author
Xavier Roche
<xavier.roche@eurogiciel.fr>
Wed, 26 Jun 2013 16:24:10 +0000
(18:24 +0200)
committer
Eduardo 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
patch
|
blob
|
history
diff --git
a/packaging/evas.spec
b/packaging/evas.spec
index c4ce0b81a4cc445ddde35733518adc9c29430ca0..84ca4944caeacdd78714244e357bf24262b46667 100644
(file)
--- a/
packaging/evas.spec
+++ b/
packaging/evas.spec
@@
-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}