Replace glib threadpool usage with a 'dumb' thread implementation.
[platform/upstream/iotivity.git] / service / things-manager / sampleapp / linux / configuration / SConscript
index b768c08..c3332ce 100644 (file)
@@ -44,7 +44,6 @@ linux_sample_env.AppendUnique(LIBS = ['libTGMSDKLibrary', 'oc', 'octbstack',
                                       'libcoap', 'liboc_logger', 'dl', 'pthread'])
 if env.get('SECURED') == '1':
     linux_sample_env.AppendUnique(LIBS = ['tinydtls'])
-linux_sample_env.ParseConfig('pkg-config --libs glib-2.0')
 
 # On some platforms link order can miss functions so librt needs to be
 # re-scanned at the end if present. gcc 4.6 is one with this issue.