Merge branch 'tizen_3.0' into tizen 74/110074/1 accepted/tizen/common/20170113.184350 accepted/tizen/ivi/20170113.225144 accepted/tizen/mobile/20170113.225057 accepted/tizen/tv/20170113.225111 accepted/tizen/wearable/20170113.225128 submit/tizen/20170113.082510
authorJi-hoon Lee <dalton.lee@samsung.com>
Fri, 13 Jan 2017 00:52:49 +0000 (09:52 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Fri, 13 Jan 2017 00:52:49 +0000 (09:52 +0900)
Change-Id: I3a9a176bdc68d0c435aed1d7ed274c448d8718c9

1  2 
packaging/libscl-core.spec

@@@ -1,9 -1,15 +1,9 @@@
  %bcond_with x
  %bcond_with wayland
  
 -%if "%{?profile}" == "wearable"
 -%define WITH_WEBSOCKET TRUE
 -%else
 -%define WITH_WEBSOCKET FALSE
 -%endif
 -
  Name:       libscl-core
  Summary:    A library for developing software keyboards
- Version:    0.4.33
+ Version:    0.4.35
  Release:    1
  Group:      Graphics & UI Framework/Input
  License:    Apache-2.0
@@@ -22,10 -28,9 +22,11 @@@ BuildRequires:  pkgconfig(ecore-x
  BuildRequires:  pkgconfig(x11)
  %endif
  BuildRequires:  pkgconfig(libscl-common)
+ BuildRequires:  pkgconfig(appcore-efl)
  BuildRequires:  pkgconfig(capi-appfw-application)
 -%if "%{WITH_WEBSOCKET}" == "TRUE"
 +# This is for backward-compatibility. This does not deteriorate 4.0 Configurability
 +# if wearable || "undefined"
 +%if "%{?profile}" != "mobile" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "common"
  BuildRequires:  pkgconfig(libwebsockets)
  %endif