summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2021-09-08 23:50:20 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-09-10 08:39:37 +0000
commit190bf5b3510d055d30c358427bcbcf2ee573442b (patch)
treee353eda44891483cd1afdb62a6299954b655f232
parent09a5052a777c858b83baf9444306775ed5c50300 (diff)
downloadModemManager-190bf5b3510d055d30c358427bcbcf2ee573442b.tar.gz
build,meson: Remove unnecessary variables
-rw-r--r--meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index ad406f2f3..b91780931 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')