Enable Wi-Fi Direct Display and Service Discovery code for common profile 47/69647/1 accepted/tizen/common/20160517.174229 accepted/tizen/ivi/20160517.083655 accepted/tizen/mobile/20160517.083819 accepted/tizen/tv/20160517.083641 accepted/tizen/wearable/20160517.083708 submit/tizen/20160517.051644
authorYu Jiung <jiung.yu@samsung.com>
Mon, 16 May 2016 07:50:58 +0000 (16:50 +0900)
committerYu Jiung <jiung.yu@samsung.com>
Mon, 16 May 2016 07:51:23 +0000 (16:51 +0900)
Change-Id: I7b1dc37bf7bc0df9eb068a5b09f1bde88bd2669d
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
packaging/capi-network-wifi-direct.spec

index 1fa8513..a5f01a1 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-network-wifi-direct
 Summary:    Network WiFi-Direct Library
-Version:    1.2.60
+Version:    1.2.61
 Release:    1
 Group:      Network & Connectivity/API
 License:    Apache-2.0
@@ -58,8 +58,8 @@ MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
 
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
 %if "%{profile}" == "common"
-       -DTIZEN_FEATURE_SERVICE_DISCOVERY=0 \
-       -DTIZEN_FEATURE_WIFI_DISPLAY=0 \
+       -DTIZEN_FEATURE_SERVICE_DISCOVERY=1 \
+       -DTIZEN_FEATURE_WIFI_DISPLAY=1 \
 %else
 %if "%{profile}" == "wearable"
        -DTIZEN_FEATURE_SERVICE_DISCOVERY=0 \