From d797f2e7fca3532b841a49a778ad94a73ae5e448 Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Tue, 21 Jun 2016 10:03:00 +0900 Subject: [PATCH] Remove BT disable flag for emulator Change-Id: I7688c38501bae5af2d454fda5d3cd0df3dcdc542 Signed-off-by: DoHyun Pyun --- packaging/capi-network-bluetooth.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packaging/capi-network-bluetooth.spec b/packaging/capi-network-bluetooth.spec index 896bb8d..8d744bd 100644 --- a/packaging/capi-network-bluetooth.spec +++ b/packaging/capi-network-bluetooth.spec @@ -51,10 +51,6 @@ cp %{SOURCE1001} %{SOURCE1002} . %build %if "%{?_with_emulator}" == "1" -export CFLAGS="$CFLAGS -DTIZEN_BT_DISABLE" -export CXXFLAGS="$CXXFLAGS -DTIZEN_BT_DISABLE" -export FFLAGS="$FFLAGS -DTIZEN_BT_DISABLE" - %if "%{?profile}" == "wearable" export CFLAGS="$CFLAGS -DTIZEN_WEARABLE" export CXXFLAGS="$CXXFLAGS -DTIZEN_WEARABLE" -- 2.34.1