From: Manuel Bachmann Date: Mon, 26 Jan 2015 14:47:50 +0000 (+0100) Subject: packaging: build the framebuffer support X-Git-Tag: submit/tizen/20150306.055330~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d7f09d54e794a8abf535b9db5821a2ae796a12ac;p=platform%2Fupstream%2Fefl.git packaging: build the framebuffer support Framebuffer allows to use EFL GUI applications on various devices, including some which do not have X11/Wayland capabilities. Using it require to explicitly define the ECORE_EVAS_ENGINE and ELM_ENGINE environment variables to "fb". Change-Id: If4b3253bf66c339ffebcf3c15a4a0906da48ba7d Signed-off-by: Manuel Bachmann --- diff --git a/packaging/efl.spec b/packaging/efl.spec index 6512e6ef53..22e187c162 100644 --- a/packaging/efl.spec +++ b/packaging/efl.spec @@ -528,6 +528,8 @@ CFLAGS+=" -DMESA_EGL_NO_X11_HEADERS " --disable-scim \ --disable-gesture \ --with-tests=regular \ + --enable-fb \ + --disable-tslib \ %if %{with wayland} --enable-wayland \ --enable-drm \ @@ -747,6 +749,7 @@ grep --silent ECORE_IMF_MODULE "$f" \ %{_libdir}/libecore_input.so.* %{_libdir}/libecore_input_evas.so.* %{_libdir}/libecore_ipc.so.* +%{_libdir}/libecore_fb.so.* %if %{with wayland} %{_libdir}/libecore_wayland.so.* %{_libdir}/libecore_drm.so.* @@ -784,6 +787,7 @@ grep --silent ECORE_IMF_MODULE "$f" \ %{_libdir}/libecore_input.so %{_libdir}/libecore_input_evas.so %{_libdir}/libecore_ipc.so +%{_libdir}/libecore_fb.so %if %{with wayland} %{_libdir}/libecore_wayland.so %{_libdir}/libecore_drm.so