From: Jihoon Kim Date: Tue, 24 Jan 2017 05:29:42 +0000 (+0900) Subject: Merge branch 'tizen_3.0' into tizen X-Git-Tag: submit/tizen/20170124.063402^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9b03680d014be42aae66cdadf26ea4c66f037c4;p=platform%2Fcore%2Fuifw%2Flibscl-core.git Merge branch 'tizen_3.0' into tizen Change-Id: I0efceca91648bb5400f9bebc6cfcb5a41124e980 --- f9b03680d014be42aae66cdadf26ea4c66f037c4 diff --cc packaging/libscl-core.spec index cb4c810,2498915..7a4cb8a --- a/packaging/libscl-core.spec +++ b/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.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