summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoram Park <boram1288.park@samsung.com>2017-07-03 11:38:22 +0900
committerBoram Park <boram1288.park@samsung.com>2017-07-03 11:38:22 +0900
commit8fd6a1ff547c2367eefa5deb44c93dcaaeb1f49b (patch)
tree3574f713ffc239d30483ec3d19bc8a50cf348223
parentfdbff07e82ffc05942c3457d3fb97cc76f403fea (diff)
downloadlibeom-8fd6a1ff547c2367eefa5deb44c93dcaaeb1f49b.tar.gz
libeom-8fd6a1ff547c2367eefa5deb44c93dcaaeb1f49b.tar.bz2
libeom-8fd6a1ff547c2367eefa5deb44c93dcaaeb1f49b.zip
add xdg_shell_server dependency
Change-Id: I50f860970aa2ae658966411858ec47e1d8ad6916
-rwxr-xr-xconfigure.ac3
-rw-r--r--packaging/libeom.spec1
2 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 248a44b..3287a65 100755
--- a/configure.ac
+++ b/configure.ac
@@ -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
diff --git a/packaging/libeom.spec b/packaging/libeom.spec
index e4e1624..8e385ef 100644
--- a/packaging/libeom.spec
+++ b/packaging/libeom.spec
@@ -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)