diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build index e99061356..25910c7d6 100644 --- a/meson.build +++ b/meson.build @@ -3,6 +3,8 @@ project ('nautilus', 'c', meson_version: '>=0.37.0', license: 'GPL2+') +add_global_arguments ('-Wno-deprecated-declarations', language:'c') + bindir = get_option ('bindir') datadir = get_option ('datadir') appdatadir = join_paths (datadir, 'appdata') |