From: Junkyeong Kim Date: Thu, 19 Apr 2018 12:04:53 +0000 (+0900) Subject: Revert "Revert "changed to use xdg-sthell-unstable-v6 instead of xdg-shell unknown... X-Git-Tag: accepted/tizen/unified/20180420.081849~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c719193f854f1b2b8f23c04f5e7eecb6a9a9165;p=platform%2Fcore%2Fuifw%2Flibeom.git Revert "Revert "changed to use xdg-sthell-unstable-v6 instead of xdg-shell unknown version"" This reverts commit 2a6ff14a924565a7406afd1f3fa17221b66b12ae. Change-Id: Idd01a6e1505b5d4fdeecf3d84b30a8a52fef28e7 Signed-off-by: Junkyeong Kim --- diff --git a/configure.ac b/configure.ac index 6578c4e..e2dd72a 100755 --- a/configure.ac +++ b/configure.ac @@ -75,7 +75,7 @@ LIBEOM_SERVER_LIBS="$DBUS_LIBS $GLIB_LIBS " PKG_CHECK_MODULES(WAYLAND_SCANNER, wayland-scanner) PKG_CHECK_MODULES(WAYLAND_CLIENT, wayland-client) -PKG_CHECK_MODULES(XDG_SHELL_CLIENT, xdg-shell-client) +PKG_CHECK_MODULES(XDG_SHELL_CLIENT, xdg-shell-unstable-v6-client) LIBEOM_CFLAGS="$LIBEOM_CFLAGS $WAYLAND_CLIENT_CFLAGS $XDG_SHELL_CLIENT_CFLAGS" LIBEOM_LIBS="$LIBEOM_LIBS $WAYLAND_CLIENT_LIBS $XDG_SHELL_CLIENT_LIBS" @@ -89,11 +89,6 @@ LIBEOM_CFLAGS="$LIBEOM_CFLAGS -DEFL_BETA_API_SUPPORT " # AC_PATH_PROG([WAYLAND_SCANNER], [wayland-scanner],, # [${WAYLAND_PREFIX}/bin$PATH_SEPARATOR$PATH]) - -PKG_CHECK_MODULES(XDG_SHELL_SERVER, xdg-shell-server) -LIBEOM_SERVER_CFLAGS="$LIBEOM_SERVER_CFLAGS $XDG_SHELL_SERVER_CFLAGS" -LIBEOM_SERVER_LIBS="$LIBEOM_SERVER_LIBS $XDG_SHELL_SERVER_LIBS" - PKG_CHECK_MODULES(CAPI, [capi-base-common >= 0.1.1], [CAPI_VER="yes"], [CAPI_VER="no"]) if test "x$CAPI_VER" = "xyes"; then AC_DEFINE(HAVE_CAPI_0_1_1,1,[The version of capi-base-common is over 0.1.1]) diff --git a/packaging/libeom.spec b/packaging/libeom.spec index 0b6eb41..96c10ad 100644 --- a/packaging/libeom.spec +++ b/packaging/libeom.spec @@ -11,8 +11,7 @@ Source1001: %name.manifest BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(ecore-wl2) -BuildRequires: pkgconfig(xdg-shell-client) -BuildRequires: pkgconfig(xdg-shell-server) +BuildRequires: pkgconfig(xdg-shell-unstable-v6-client) BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gio-unix-2.0) diff --git a/src/eom-wayland.c b/src/eom-wayland.c index 37e085a..86b4c30 100644 --- a/src/eom-wayland.c +++ b/src/eom-wayland.c @@ -39,7 +39,7 @@ #include "eom-wayland.h" #include "eom-private.h" #include "eom-client-protocol.h" -#include "xdg-shell-client-protocol.h" +#include "xdg-shell-unstable-v6-client-protocol.h" #include typedef struct _EomWaylandClientInfo {