meson: Minor modernizations

This commit is contained in:
Patrick Griffis
2016-12-09 14:30:22 -05:00
committed by Matthias Clasen
parent bc2bb5639b
commit d10be6102f
12 changed files with 158 additions and 144 deletions

View File

@@ -14,4 +14,5 @@ kqueue_sources = [
kqueue_lib = static_library('kqueue',
sources : kqueue_sources,
include_directories : [configinc, glibinc, gmoduleinc],
c_args : [ '-DHAVE_CONFIG_H', '-fPIC', '-DG_DISABLE_DEPRECATED' ] + gio_c_args)
pic : true,
c_args : [ '-DHAVE_CONFIG_H', '-DG_DISABLE_DEPRECATED' ] + gio_c_args)