From: Yu Watanabe Date: Fri, 23 Jun 2023 02:00:17 +0000 (+0900) Subject: meson: move declarations of arrays X-Git-Tag: v255-rc1~867^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d21a7bd99513afa07ee73989d71d1b0b9b03565;p=thirdparty%2Fsystemd.git meson: move declarations of arrays --- diff --git a/meson.build b/meson.build index 19a441bfb72..379eeda9e42 100644 --- a/meson.build +++ b/meson.build @@ -1919,14 +1919,6 @@ conf.set10('SYSTEMD_SLOW_TESTS_DEFAULT', slow_tests) ############################################################ -tests = [] -simple_tests = [] -fuzzers = [] -simple_fuzzers = [] -catalogs = [] - -############################################################ - pymod = import('python') python = pymod.find_installation('python3', required : true, modules : ['jinja2']) python_39 = python.language_version().version_compare('>=3.9') @@ -2177,6 +2169,12 @@ man_page_depends = [] ############################################################ +tests = [] +simple_tests = [] +fuzzers = [] +simple_fuzzers = [] +catalogs = [] + # binaries that have --help and are intended for use by humans, # usually, but not always, installed in /bin. public_programs = []