From: Xavier Roche Date: Wed, 26 Jun 2013 16:24:10 +0000 (+0200) Subject: Add build flags to get WRT widgets rendering in hardware acceleration mode X-Git-Tag: submit/tizen/20130814.144019~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0622442bf90a02c9b812e7768461e6e16aaf772e;p=platform%2Fupstream%2Fevas.git Add build flags to get WRT widgets rendering in hardware acceleration mode - wihtout this patch the only way to get widgets display is to manually export HW_ACC=NOT_USE --- diff --git a/packaging/evas.spec b/packaging/evas.spec index c4ce0b8..84ca494 100644 --- 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}