mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
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.
This commit is contained in:
committed by
Matthias Clasen
parent
98e641424b
commit
213957970e
13
gio/inotify/meson.build
Normal file
13
gio/inotify/meson.build
Normal file
@@ -0,0 +1,13 @@
|
||||
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 : inc_dirs,
|
||||
c_args : [ '-DHAVE_CONFIG_H', '-fPIC', '-DG_DISABLE_DEPRECATED' ] + gio_c_args)
|
Reference in New Issue
Block a user