Import Upstream version 2.72.4
This commit is contained in:
commit
4ef3ff9793
2003 changed files with 1332420 additions and 0 deletions
15
gio/inotify/meson.build
Normal file
15
gio/inotify/meson.build
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
inotify_sources = [
|
||||
'inotify-kernel.c',
|
||||
'inotify-sub.c',
|
||||
'inotify-path.c',
|
||||
'inotify-missing.c',
|
||||
'inotify-helper.c',
|
||||
'ginotifyfilemonitor.c',
|
||||
]
|
||||
|
||||
inotify_lib = static_library('inotify',
|
||||
sources : inotify_sources,
|
||||
include_directories : [configinc, glibinc, gmoduleinc],
|
||||
dependencies : [gioenumtypes_dep, libglib_dep, libgobject_dep],
|
||||
pic : true,
|
||||
c_args : gio_c_args)
|
||||
Loading…
Add table
Add a link
Reference in a new issue