1 # Just a skeleton lib for backwards compatibility since all the functionaliy
2 # has been moved into glib now
3 libgthread = shared_library('gthread-2.0',
4 sources : [ 'gthread-impl.c' ],
5 version : library_version,
8 dependencies : [libglib_dep],
9 c_args : ['-DG_LOG_DOMAIN="GThread"' ] + glib_hidden_visibility_args)