From: Rusty Lynch Date: Mon, 15 Apr 2013 17:37:06 +0000 (-0700) Subject: Removed unrecognized --enable-gl-x11 build option X-Git-Tag: submit/trunk/20130415.185118^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf9088b9d39a0010aedd14575e69b3fe12aa32db;p=platform%2Fupstream%2Fevas.git Removed unrecognized --enable-gl-x11 build option add --enable-gles-variety-sgx which is required to successfully build when wayland is enabled --- diff --git a/packaging/evas.spec b/packaging/evas.spec index e651adb..416e6f2 100644 --- 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}