Import Upstream version 2.72.4
This commit is contained in:
commit
4ef3ff9793
2003 changed files with 1332420 additions and 0 deletions
17
gio/xdgmime/meson.build
Normal file
17
gio/xdgmime/meson.build
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
xdgmime_sources = files(
|
||||
'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 : [configinc],
|
||||
pic : true,
|
||||
c_args : [ '-DHAVE_CONFIG_H',
|
||||
'-DXDG_PREFIX=_gio_xdg' ] + glib_hidden_visibility_args)
|
||||
Loading…
Add table
Add a link
Reference in a new issue