Replace glib threadpool usage with a 'dumb' thread implementation.
[platform/upstream/iotivity.git] / resource / csdk / connectivity / samples / linux / SConscript
index f832ad5..f753faf 100644 (file)
@@ -40,8 +40,6 @@ sample_env.PrependUnique(LIBPATH = [sample_env.get('BUILD_DIR'), '.',])
 sample_env.PrependUnique(RPATH = [sample_env.get('BUILD_DIR'), '.',])
 sample_env.PrependUnique(LIBS = ['connectivity_abstraction', 'coap',])
 
-sample_env.ParseConfig('pkg-config --libs glib-2.0');
-
 if secured == '1':
        sample_env.AppendUnique(CPPPATH = [root_dir + 'external/inc/'])
        sample_env.AppendUnique(LIBS = ['tinydtls'])