e_comp_wl_shell: changed to use xdg-shell-unstable-v5 instead of xdg-shell unknown... 66/173066/1
authorGwanglim Lee <gl77.lee@samsung.com>
Tue, 13 Feb 2018 08:17:41 +0000 (17:17 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Mon, 19 Mar 2018 10:18:51 +0000 (19:18 +0900)
Change-Id: I60cf7d071da58a10991e541c13a5b53082802c66

configure.ac
src/bin/e_comp_wl_shell.c
src/bin/e_eom.c

index b452fac..8adf583 100755 (executable)
@@ -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])
index 4184d59..f5d3b0c 100644 (file)
@@ -1,5 +1,5 @@
 #include "e.h"
-#include <xdg-shell-server-protocol.h>
+#include <xdg-shell-unstable-v5-server-protocol.h>
 #include <xdg-shell-unstable-v6-server-protocol.h>
 #include <tizen-extension-server-protocol.h>
 
index 3c36a5b..02e6e57 100644 (file)
@@ -3,7 +3,7 @@
 #endif
 
 #include "e.h"
-#include <xdg-shell-server-protocol.h>
+#include <xdg-shell-unstable-v5-server-protocol.h>
 #include <eom-server-protocol.h>
 #include <eom.h>
 #include <tbm_bufmgr.h>