From: Gwanglim Lee Date: Tue, 13 Feb 2018 08:17:41 +0000 (+0900) Subject: e_comp_wl_shell: changed to use xdg-shell-unstable-v5 instead of xdg-shell unknown... X-Git-Tag: submit/tizen/20180319.053649~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f151b968c11cbfc465a4499df4c37fe8c7f5df5;p=platform%2Fupstream%2Fenlightenment.git e_comp_wl_shell: changed to use xdg-shell-unstable-v5 instead of xdg-shell unknown version Change-Id: I60cf7d071da58a10991e541c13a5b53082802c66 --- diff --git a/configure.ac b/configure.ac index b452fac5e8..8adf583310 100755 --- a/configure.ac +++ b/configure.ac @@ -367,7 +367,7 @@ AC_MSG_RESULT([${have_shm_open}]) AC_SUBST(SHM_OPEN_LIBS) if test "x${e_cv_want_wayland_only}" != "xno" || test "x${e_cv_want_wayland_clients}" != "xno";then - PKG_CHECK_MODULES([WAYLAND], [wayland-server >= 1.8.0 xkbcommon uuid xdg-shell-server xdg-shell-unstable-v6-server scaler-server screenshooter-server tizen-extension-server tizen-launch-server tizen-surface-server eom-server], + PKG_CHECK_MODULES([WAYLAND], [wayland-server >= 1.8.0 xkbcommon uuid xdg-shell-unstable-v5-server xdg-shell-unstable-v6-server scaler-server screenshooter-server tizen-extension-server tizen-launch-server tizen-surface-server eom-server], [ have_wayland=yes AC_DEFINE_UNQUOTED([HAVE_WAYLAND],[1],[enable wayland support]) diff --git a/src/bin/e_comp_wl_shell.c b/src/bin/e_comp_wl_shell.c index 4184d59185..f5d3b0c709 100644 --- a/src/bin/e_comp_wl_shell.c +++ b/src/bin/e_comp_wl_shell.c @@ -1,5 +1,5 @@ #include "e.h" -#include +#include #include #include diff --git a/src/bin/e_eom.c b/src/bin/e_eom.c index 3c36a5bb9d..02e6e57eac 100644 --- a/src/bin/e_eom.c +++ b/src/bin/e_eom.c @@ -3,7 +3,7 @@ #endif #include "e.h" -#include +#include #include #include #include