Replace glib threadpool usage with a 'dumb' thread implementation.
[platform/upstream/iotivity.git] / service / soft-sensor-manager / SampleApp / linux / THSensorApp1 / SConscript
index 1942933..6fc0eb9 100644 (file)
@@ -25,7 +25,6 @@ linux_sample_env.AppendUnique(LIBS = ['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.