aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index ad406f2f..b9178093 100644
--- a/meson.build
+++ b/meson.build
@@ -54,7 +54,6 @@ source_root = meson.current_source_dir()
build_root = meson.current_build_dir()
build_aux_dir = source_root / 'build-aux'
-data_dir = source_root / 'data'
plugins_dir = source_root / 'plugins'
po_dir = source_root / 'po'
src_dir = source_root / 'src'
@@ -129,8 +128,6 @@ endif
add_project_arguments(common_args + cc_args, language: 'c')
-no_deprecated_declarations_flags = cc.get_supported_arguments('-Wno-deprecated-declarations')
-
glib_version = '2.56'
gio_unix_dep = dependency('gio-unix-2.0')