From acd1a418676b98a335411d0b0a3f34c4131f3767 Mon Sep 17 00:00:00 2001 From: Sung-Jin Park Date: Mon, 19 Dec 2016 13:28:44 +0900 Subject: [PATCH] Packaging : remove unnecessary conditions regarding wayland Change-Id: I7b2a37e2e227525457a39d3a7a9e8991dc4b3637 Signed-off-by: Sung-Jin Park --- packaging/e-mod-tizen-keyrouter.spec | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.7.4