From 190bf5b3510d055d30c358427bcbcf2ee573442b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1igo=20Mart=C3=ADnez?= Date: Wed, 8 Sep 2021 23:50:20 +0200 Subject: [PATCH] build,meson: Remove unnecessary variables --- meson.build | 3 --- 1 file changed, 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')