Tizen 3.0 build 19/47819/1 accepted/tizen/mobile/20150910.025257 accepted/tizen/tv/20150910.025301 accepted/tizen/wearable/20150910.025311 submit/tizen/20150910.022720
authorSangkwan Lee <skgood.lee@samsung.com>
Wed, 9 Sep 2015 07:08:06 +0000 (16:08 +0900)
committerSangkwan Lee <skgood.lee@samsung.com>
Wed, 9 Sep 2015 07:08:06 +0000 (16:08 +0900)
Change-Id: I181cba66f54ff2f91fa89bd7ad8bdb18496c4150
Signed-off-by: Sangkwan Lee <skgood.lee@samsung.com>
packaging/iotivity.spec
resource/csdk/connectivity/src/bt_edr_adapter/tizen/SConscript
resource/csdk/connectivity/src/bt_le_adapter/tizen/SConscript

index 38c6732e2979bc6f42ec0c09d6504064a27300cb..5c3930352e69e55978809cca8b8ed029bf65b218 100644 (file)
@@ -16,6 +16,7 @@ BuildRequires:  boost-devel
 BuildRequires:  boost-thread
 BuildRequires:  boost-system
 BuildRequires:  boost-filesystem
+BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(uuid)
 BuildRequires:  pkgconfig(capi-network-wifi)
index cb7c71155dba46857fef9fdc802c01236a684bf0..0b145b6b8123d60b29f83c664aebf5bd58cc1c3e 100644 (file)
@@ -9,7 +9,7 @@ env.PrependUnique(CPPPATH = [ os.path.join(src_dir, 'tizen'),
                               './con/lib/tizen/ble/inc',
                               './con/lib/tizen/ble/inc/mobile' ])
 
-env.ParseConfig("pkg-config --cflags --libs capi-network-bluetooth")
+env.ParseConfig("pkg-config --cflags --libs capi-network-bluetooth glib-2.0")
 
 src_files = [ 'caedrclient.c',
               'caedrdevicelist.c',
index 6ca670e9c0953f133d3099655fd64d64199c5188..251b16e12d8a70fc4b3fe1613a180ff56b866e24 100644 (file)
@@ -10,7 +10,7 @@ env.PrependUnique(CPPPATH = [ os.path.join(src_dir, 'tizen'),
                               os.path.join(root_dir, 'lib/tizen/ble/inc'),
                               os.path.join(root_dir, 'lib/tizen/ble/inc/mobile')])
 
-env.ParseConfig("pkg-config --cflags --libs capi-network-bluetooth")
+env.ParseConfig("pkg-config --cflags --libs capi-network-bluetooth glib-2.0")
 
 src_files = [ 'cableclient.c',
               'cableserver.c',