diff options
author | Kyeonghun Lee <kh9090.lee@samsung.com> | 2016-03-04 16:34:26 +0900 |
---|---|---|
committer | Kyeonghun Lee <kh9090.lee@samsung.com> | 2016-03-04 16:34:26 +0900 |
commit | 7db2bb50253d633766734ebee551036bc7d200a9 (patch) | |
tree | 8173d6f502a9ad81f810c70c80b407710e7f6909 | |
parent | 50a36a8bab373724f412b4ec9628964a5b5c4b51 (diff) | |
download | msg-service-submit/tizen/20160304.053715.tar.gz msg-service-submit/tizen/20160304.053715.tar.bz2 msg-service-submit/tizen/20160304.053715.zip |
support ivisubmit/tizen/20160304.053715accepted/tizen/wearable/20160305.093355accepted/tizen/tv/20160305.093337accepted/tizen/mobile/20160305.093320accepted/tizen/ivi/20160304.083334accepted/tizen/common/20160304.195510
Change-Id: I7cd4f071a3aab330745acb9b25fedcbdc80edee6
-rwxr-xr-x | packaging/msg-service.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/msg-service.spec b/packaging/msg-service.spec index 9b81975..c5b8e4d 100755 --- a/packaging/msg-service.spec +++ b/packaging/msg-service.spec @@ -60,7 +60,7 @@ BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(storage) BuildRequires: pkgconfig(tapi) BuildRequires: pkgconfig(vconf) -%if "%{?profile}" == "mobile" +%if "%{?profile}" != "wearable" BuildRequires: pkgconfig(contacts-service2) %endif |