packaging: build the framebuffer support
authorManuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Mon, 26 Jan 2015 14:47:50 +0000 (15:47 +0100)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Wed, 4 Mar 2015 09:15:36 +0000 (10:15 +0100)
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 <manuel.bachmann@open.eurogiciel.org>
packaging/efl.spec

index 6512e6ef53bc538a641327e06d336c42a26b89dd..22e187c1622ba608498b6117e8f7241104779a22 100644 (file)
@@ -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