From 6ba827629e05b71eb10bacbaa5bc030909dedfb7 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 18 Aug 2015 09:44:07 -0400 Subject: [PATCH] efl: Add Ecore_Wl2 library to configure.ac Signed-off-by: Chris Michael --- configure.ac | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/configure.ac b/configure.ac index 0758c7d451..95fbef4b77 100644 --- a/configure.ac +++ b/configure.ac @@ -3026,6 +3026,45 @@ EFL_EVAL_PKGS([ECORE_WAYLAND]) EFL_LIB_END_OPTIONAL([Ecore_Wayland]) #### End of Ecore_Wayland +#### Ecore_Wl2 +EFL_LIB_START_OPTIONAL([Ecore_Wl2], [test "${want_wayland}" = "yes"]) + +if test "x${want_wayland_ivi_shell}" = "xyes" ; then + AC_DEFINE(USE_IVI_SHELL, 1, [Ecore_Wl2 IVI-Shell Support]) +fi + +### Additional options to configure + +### Default values + +### Checks for programs + +### Checks for libraries +EFL_INTERNAL_DEPEND_PKG([ECORE_WL2], [ecore-input]) +EFL_INTERNAL_DEPEND_PKG([ECORE_WL2], [ecore]) +EFL_INTERNAL_DEPEND_PKG([ECORE_WL2], [eo]) +EFL_INTERNAL_DEPEND_PKG([ECORE_WL2], [eina]) + +EFL_DEPEND_PKG([ECORE_WL2], [WAYLAND], + [wayland-client >= 1.8.0 wayland-cursor >= 1.8.0 xkbcommon >= 0.5.0]) + +EFL_EVAL_PKGS([ECORE_WL2]) + +### Checks for header files + +### Checks for types + +### Checks for structures + +### Checks for compiler characteristics + +### Checks for linker characteristics + +### Checks for library functions + +EFL_LIB_END_OPTIONAL([Ecore_Wl2]) +#### End of Ecore_Wl2 + #### Eldbus EFL_LIB_START([Eldbus]) @@ -4964,6 +5003,7 @@ echo "Ecore_IMF.......: yes (${features_ecore_imf})" echo "Ecore_X.........: ${with_x11} (${features_ecore_x})" echo "Ecore_SDL.......: $want_sdl" echo "Ecore_Wayland...: $want_wayland" +echo "Ecore_Wl2.......: $want_wayland" echo "IVI-Shell.......: $want_wayland_ivi_shell" echo "Ecore_Buffer....: $want_ecore_buffer (${features_ecore_buffer})" if test "${have_linux}" = "yes"; then