From: MyungJoo Ham Date: Mon, 14 Nov 2016 12:07:19 +0000 (+0900) Subject: Remove Profile Build Dependency X-Git-Tag: submit/tizen_3.0/20161206.060138~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F48%2F97548%2F3;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-keyrouter.git Remove Profile Build Dependency - This is for Tizen 4.0. - There is xkb-tizen-data in Tizen:Common as well. Why do we need to exclude it only at common profile? - In the spec file, Line 26, "%global TZ_SYS_RO_SHARE ..." creates a lot of warning messages that may make the build system to misinterpret later macros. I have added a comment about it in the spec file. Change-Id: Ib37c49e0820bcc7a4a99370b15bf7c61ba1dccbe Signed-off-by: MyungJoo Ham --- diff --git a/packaging/e-mod-tizen-keyrouter.spec b/packaging/e-mod-tizen-keyrouter.spec index 5f5e54a..69bf076 100644 --- a/packaging/e-mod-tizen-keyrouter.spec +++ b/packaging/e-mod-tizen-keyrouter.spec @@ -20,11 +20,9 @@ BuildRequires: pkgconfig(capi-system-device) %endif BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(libtzplatform-config) -%if "%{?profile}" == "common" -%else BuildRequires: xkb-tizen-data -%endif +# TODO: This generates big warnings during build. Please revise. %global TZ_SYS_RO_SHARE %{?TZ_SYS_RO_SHARE:%TZ_SYS_RO_SHARE}%{!?TZ_SYS_RO_SHARE:/usr/share} %description