From ee44c5d3dd6c460dfb9fdf8e76f22de6ec439ab3 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 28 Feb 2012 21:57:10 +0000 Subject: [PATCH] Ecore: Fix autofoo for recent wayland changes. Add ChangeLog. SVN revision: 68517 --- legacy/ecore/ChangeLog | 8 ++++++++ legacy/ecore/configure.ac | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/legacy/ecore/ChangeLog b/legacy/ecore/ChangeLog index 82a3e2a4e6..673b4c4c16 100644 --- a/legacy/ecore/ChangeLog +++ b/legacy/ecore/ChangeLog @@ -539,3 +539,11 @@ ecore_evas_demand_attention_get() ecore_evas_focus_skip_set() ecore_evas_focus_skip_get() ecore_evas_callback_state_change_set() + +2012-02-28 Christopher Michael (devilhorns) + + * Refactor Ecore_Wayland code to improve running EFL + applications as Wayland Clients. + * Refactor Ecore_Evas Wayland code to match changes in + Ecore_Wayland + diff --git a/legacy/ecore/configure.ac b/legacy/ecore/configure.ac index f31e57e14e..ebab500488 100644 --- a/legacy/ecore/configure.ac +++ b/legacy/ecore/configure.ac @@ -1922,7 +1922,7 @@ ECORE_EVAS_CHECK_MODULE([psl1ght], ecore_wayland_deps="no" have_wayland="no" if test "x${want_ecore_wayland}" = "xyes" ; then - PKG_CHECK_MODULES([WAYLAND], [wayland-client xkbcommon], [have_wayland="yes"], [have_wayland="no"]) + PKG_CHECK_MODULES([WAYLAND], [egl wayland-egl wayland-client xkbcommon], [have_wayland="yes"], [have_wayland="no"]) fi if test "x${have_ecore_input}" = "xyes" -a "x${have_wayland}" = "xyes" ; then ecore_wayland_deps="yes" @@ -1930,7 +1930,7 @@ fi ECORE_CHECK_MODULE([wayland], [${want_ecore_wayland}], [Wayland], [${ecore_wayland_deps}]) if test "x${have_ecore_wayland}" = "xyes" ; then - requirements_ecore_wayland="ecore-input >= 1.1.0 wayland-client xkbcommon ${requirements_ecore_wayland}" + requirements_ecore_wayland="ecore-input >= 1.1.0 egl wayland-egl wayland-client xkbcommon ${requirements_ecore_wayland}" fi ECORE_EVAS_CHECK_MODULE_FULL([wayland-shm], [wayland-shm], @@ -1939,7 +1939,7 @@ ECORE_EVAS_CHECK_MODULE_FULL([wayland-shm], [wayland-shm], [${have_ecore_wayland}], [requirements_ecore_evas="${requirements_ecore_wayland} ${requirements_ecore_evas}"]) -ECORE_EVAS_CHECK_MODULE_FULL([wayland-egl], [wayland-egl], +ECORE_EVAS_CHECK_MODULE_FULL([wayland-egl], [wayland-egl egl], [${want_ecore_evas_wayland_egl}], [Wayland Egl], [${have_ecore_wayland}],