From: Yu Watanabe Date: Tue, 17 Feb 2026 12:07:27 +0000 (+0900) Subject: meson: ukify unconditionally requires pefile module X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=582d499e32e75beb5428366d48504cb207cbc7ae;p=thirdparty%2Fsystemd.git meson: ukify unconditionally requires pefile module Follow-up for 3fc5eed47091363247012454df458e1a3303bf12. --- diff --git a/meson.build b/meson.build index ee96fcb21f7..0361bc5904a 100644 --- a/meson.build +++ b/meson.build @@ -1898,7 +1898,7 @@ endif pefile = pymod.find_installation('python3', required: false, modules : ['pefile']) -want_ukify = get_option('ukify').require(python_39 and (want_tests != 'true' or pefile.found()), error_message : 'Python >= 3.9 and pefile required').allowed() +want_ukify = get_option('ukify').require(python_39 and pefile.found(), error_message : 'Python >= 3.9 and pefile required').allowed() conf.set10('ENABLE_UKIFY', want_ukify) #####################################################################