define cflags to using efl beta apis 89/162189/1
authorJengHyun Kang <jhyuni.kang@samsung.com>
Wed, 29 Nov 2017 12:21:38 +0000 (21:21 +0900)
committerJengHyun Kang <jhyuni.kang@samsung.com>
Wed, 29 Nov 2017 12:21:38 +0000 (21:21 +0900)
Change-Id: I91ddae963ae0f4c9babdd8f4d335cbc9c9a0f189

packaging/capi-ui-efl-util.spec

index b7c2712..2d47eb7 100644 (file)
@@ -42,6 +42,7 @@ sed -i 's/\$TZ_CFG_VER_24_OR_30\$/@if WEARABLE 3.0 @else 2.4 @endif/g'    includ
 sed -i 's/\$TZ_CFG_VER_24_OR_231\$/@if WEARABLE 2.3.1 @else 2.4 @endif/g'   include/efl_util.h
 
 %build
+export CFLAGS+=" -DEFL_BETA_API_SUPPORT "
 MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
 %cmake . -DFULLVER=%{version} -DMAJORVER=${MAJORVER} \