Ecore: Fix autofoo for recent wayland changes. Add ChangeLog.

SVN revision: 68517
This commit is contained in:
Christopher Michael 2012-02-28 21:57:10 +00:00
parent a31808b48b
commit ee44c5d3dd
2 changed files with 11 additions and 3 deletions

View File

@ -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

View File

@ -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}],