build,meson: Remove unnecessary variables

This commit is contained in:
Iñigo Martínez
2021-09-08 23:50:20 +02:00
committed by Aleksander Morgado
parent 09a5052a77
commit 190bf5b351

View File

@@ -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')