glib/gio/xdgmime/meson.build
Tim-Philipp Müller 213957970e meson: Fix glib, add gobject, gio, gthread, gmodule, etc
Several small fixes to the build files.

Lots of tests have also been added, and glib tests pass now.
2017-07-13 19:03:39 -04:00

16 lines
346 B
Meson

xdgmime_sources = [
'xdgmime.c',
'xdgmimealias.c',
'xdgmimecache.c',
'xdgmimeglob.c',
'xdgmimeicon.c',
'xdgmimeint.c',
'xdgmimemagic.c',
'xdgmimeparent.c',
]
xdgmime_lib = static_library('xdgmime',
sources : xdgmime_sources,
include_directories : inc_dirs,
c_args : [ '-DHAVE_CONFIG_H', '-DXDG_PREFIX=_gio_xdg', '-fPIC' ])