Merge branch 'tizen_3.0' into tizen 03/111803/1 accepted/tizen/common/20170124.181911 accepted/tizen/ivi/20170125.085309 accepted/tizen/mobile/20170125.085219 accepted/tizen/tv/20170125.085234 accepted/tizen/wearable/20170125.085252 submit/tizen/20170124.063402
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 24 Jan 2017 05:29:42 +0000 (14:29 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 24 Jan 2017 05:29:47 +0000 (14:29 +0900)
Change-Id: I0efceca91648bb5400f9bebc6cfcb5a41124e980

1  2 
packaging/libscl-core.spec

index cb4c810920ef87206ebf28a9c0b4749b32703560,2498915a95ed273fa982a4fa43331676a0314e1d..7a4cb8aed5e45ddc9a9ff64081bde90dcfae71ae
@@@ -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.36
+ Version:    0.4.38
  Release:    1
  Group:      Graphics & UI Framework/Input
  License:    Apache-2.0
@@@ -70,9 -49,10 +70,9 @@@ A devel package of libscl-core library 
  %prep
  %setup -q
  
 -
  %build
- export CFLAGS+=" -DTIZEN_DEBUG_ENABLE -Werror"
- export CXXFLAGS+=" -DTIZEN_DEBUG_ENABLE -Werror"
+ export CFLAGS+=" -fvisibility=hidden -DTIZEN_DEBUG_ENABLE -Werror"
+ export CXXFLAGS+="  -fvisibility=hidden -fvisibility-inlines-hidden -DTIZEN_DEBUG_ENABLE -Werror"
  export FFLAGS+=" -DTIZEN_DEBUG_ENABLE"
  
  rm -rf CMakeFiles