From: Sung-Jin Park Date: Mon, 19 Dec 2016 04:28:44 +0000 (+0900) Subject: Packaging : remove unnecessary conditions regarding wayland X-Git-Tag: accepted/tizen/3.0.m2/mobile/20170104.141439~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=acd1a418676b98a335411d0b0a3f34c4131f3767;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-keyrouter.git Packaging : remove unnecessary conditions regarding wayland Change-Id: I7b2a37e2e227525457a39d3a7a9e8991dc4b3637 Signed-off-by: Sung-Jin Park --- diff --git a/packaging/e-mod-tizen-keyrouter.spec b/packaging/e-mod-tizen-keyrouter.spec index 4cf99c4..1a74fe8 100644 --- a/packaging/e-mod-tizen-keyrouter.spec +++ b/packaging/e-mod-tizen-keyrouter.spec @@ -1,5 +1,3 @@ -%bcond_with wayland - Name: e-mod-tizen-keyrouter Version: 0.1.29 Release: 1 @@ -11,13 +9,11 @@ License: BSD-2-Clause BuildRequires: pkgconfig(enlightenment) BuildRequires: gettext BuildRequires: pkgconfig(ttrace) -%if %{with wayland} BuildRequires: pkgconfig(wayland-server) BuildRequires: pkgconfig(tizen-extension-server) BuildRequires: pkgconfig(cynara-client) BuildRequires: pkgconfig(cynara-creds-socket) BuildRequires: pkgconfig(capi-system-device) -%endif BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(libtzplatform-config) BuildRequires: xkb-tizen-data @@ -35,12 +31,10 @@ export CFLAGS+=" -Wall -g -fPIC -rdynamic ${GC_SECTIONS_FLAGS} -DE_LOGGING=1 " export LDFLAGS+=" -Wl,--hash-style=both -Wl,--as-needed -Wl,--rpath=/usr/lib" %autogen -%if %{with wayland} %configure --prefix=/usr \ --enable-wayland-only \ --enable-cynara \ TZ_SYS_RO_APP=%{TZ_SYS_RO_APP} -%endif make