From: Jihoon Kim Date: Sun, 12 Feb 2017 23:46:34 +0000 (+0900) Subject: Add ecore-wayland dependency explicitly X-Git-Tag: accepted/tizen/3.0/common/20170214.180218~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f6f79478453de9bb81de8fa11df528bc6a5593c;p=platform%2Fcore%2Fuifw%2Flibscl-ui.git Add ecore-wayland dependency explicitly Change-Id: If94cd50fb0b088cff4ce1f6081f1c4ddeef14dca Signed-off-by: Jihoon Kim --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ab8a79..c815224 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,6 +101,7 @@ SET(PKGS_CHECK_MODULES IF (with_wayland) ADD_DEFINITIONS("-DWAYLAND") + SET(PKGS_CHECK_MODULES ${PKGS_CHECK_MODULES} ecore-wayland) ENDIF(with_wayland) pkg_check_modules(pkgs REQUIRED ${PKGS_CHECK_MODULES}) diff --git a/packaging/libscl-ui.spec b/packaging/libscl-ui.spec index c267729..76d1ba2 100644 --- a/packaging/libscl-ui.spec +++ b/packaging/libscl-ui.spec @@ -11,6 +11,7 @@ Source0: %{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: pkgconfig(elementary) %if %{with wayland} +BuildRequires: pkgconfig(ecore-wayland) %else BuildRequires: pkgconfig(ecore-x) BuildRequires: pkgconfig(x11)