add xdg_shell_server dependency 99/136699/1
authorBoram Park <boram1288.park@samsung.com>
Mon, 3 Jul 2017 02:38:22 +0000 (11:38 +0900)
committerBoram Park <boram1288.park@samsung.com>
Mon, 3 Jul 2017 02:38:22 +0000 (11:38 +0900)
Change-Id: I50f860970aa2ae658966411858ec47e1d8ad6916

configure.ac
packaging/libeom.spec

index 248a44b..3287a65 100755 (executable)
@@ -88,6 +88,9 @@ LIBEOM_LIBS="$LIBEOM_LIBS $ECORE_WAYLAND_LIBS"
 #                  [${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
index e4e1624..8e385ef 100644 (file)
@@ -12,6 +12,7 @@ Source1001:   %name.manifest
 BuildRequires:  pkgconfig(wayland-client)
 BuildRequires:  pkgconfig(ecore-wayland)
 BuildRequires:  pkgconfig(xdg-shell-client)
+BuildRequires:  pkgconfig(xdg-shell-server)
 BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gio-unix-2.0)