summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2018-01-10 17:01:58 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2018-01-10 17:01:58 +0900
commit9ba80fdfbd0e2ec3cda4c6be47863a393e4687af (patch)
treef886eaa2665e452ed1ef3dab354ec5087e5f9eb0 /packaging
parentf2d95ee7c21e3ee2bd182bbdbb51ea58205b924d (diff)
downloadmedia-key-9ba80fdfbd0e2ec3cda4c6be47863a393e4687af.tar.gz
media-key-9ba80fdfbd0e2ec3cda4c6be47863a393e4687af.tar.bz2
media-key-9ba80fdfbd0e2ec3cda4c6be47863a393e4687af.zip
EFL_UPGRADE: remove ecore-wayland dependency
Change-Id: I9199bf6485d10606d5ec711c2c9f14481c78add6 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/capi-system-media-key.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/capi-system-media-key.spec b/packaging/capi-system-media-key.spec
index a1c4a9d..66b8479 100644
--- a/packaging/capi-system-media-key.spec
+++ b/packaging/capi-system-media-key.spec
@@ -12,7 +12,7 @@ BuildRequires: pkgconfig(capi-base-common)
BuildRequires: pkgconfig(ecore)
BuildRequires: pkgconfig(ecore-input)
BuildRequires: pkgconfig(evas)
-BuildRequires: pkgconfig(ecore-wayland)
+BuildRequires: pkgconfig(ecore-wl2)
%description
%{summary}.
@@ -30,6 +30,7 @@ Requires: %{name} = %{version}-%{release}
cp %{SOURCE1001} .
%build
+export CFLAGS+=" -DEFL_BETA_API_SUPPORT "
MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
%cmake -DFULLVER=%{version} \
-DMAJORVER=${MAJORVER} \