build,meson: Remove unnecessary variables
This commit is contained in:

committed by
Aleksander Morgado

parent
09a5052a77
commit
190bf5b351
@@ -54,7 +54,6 @@ source_root = meson.current_source_dir()
|
|||||||
build_root = meson.current_build_dir()
|
build_root = meson.current_build_dir()
|
||||||
|
|
||||||
build_aux_dir = source_root / 'build-aux'
|
build_aux_dir = source_root / 'build-aux'
|
||||||
data_dir = source_root / 'data'
|
|
||||||
plugins_dir = source_root / 'plugins'
|
plugins_dir = source_root / 'plugins'
|
||||||
po_dir = source_root / 'po'
|
po_dir = source_root / 'po'
|
||||||
src_dir = source_root / 'src'
|
src_dir = source_root / 'src'
|
||||||
@@ -129,8 +128,6 @@ endif
|
|||||||
|
|
||||||
add_project_arguments(common_args + cc_args, language: 'c')
|
add_project_arguments(common_args + cc_args, language: 'c')
|
||||||
|
|
||||||
no_deprecated_declarations_flags = cc.get_supported_arguments('-Wno-deprecated-declarations')
|
|
||||||
|
|
||||||
glib_version = '2.56'
|
glib_version = '2.56'
|
||||||
|
|
||||||
gio_unix_dep = dependency('gio-unix-2.0')
|
gio_unix_dep = dependency('gio-unix-2.0')
|
||||||
|
Reference in New Issue
Block a user