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:
faffe1c
)
Removed unrecognized --enable-gl-x11 build option
accepted/tizen/20130503.223406
accepted/tizen/20130520.095406
accepted/trunk/20130418.025223
submit/tizen/20130503.191439
submit/tizen/20130509.174212
submit/tizen/20130517.021007
submit/trunk/20130415.185118
author
Rusty Lynch
<rusty.lynch@intel.com>
Mon, 15 Apr 2013 17:37:06 +0000
(10:37 -0700)
committer
Anas Nashif
<anas.nashif@intel.com>
Mon, 15 Apr 2013 18:50:25 +0000
(11:50 -0700)
add --enable-gles-variety-sgx which is required to
successfully build when wayland is enabled
packaging/evas.spec
patch
|
blob
|
history
diff --git
a/packaging/evas.spec
b/packaging/evas.spec
index e651adbd89e89eed64c408a01ed2a0e08e773161..416e6f2a3cf774421ca8009383079d065411172c 100644
(file)
--- a/
packaging/evas.spec
+++ b/
packaging/evas.spec
@@
-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}