diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-04-14 18:10:58 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-05-03 12:29:41 +0200 |
commit | 9a01fe3906682eeb0fe29fb8ef9cadd1dff353e1 (patch) | |
tree | 50f08d12932d054c0197537ff0ee25c76ba6bdb3 /xorg | |
parent | d9c8f075af486791319fde78b5d7248195b6e5e3 (diff) | |
download | systemd-9a01fe3906682eeb0fe29fb8ef9cadd1dff353e1.tar.gz |
meson: avoid building executables that won't be installed
When executable() or custom_target() has install: that is conditional as is
false (i.e. not install:true), it won't be built by default. (build_by_default:
defaults to install:). But if that program is added to public_programs, it will
be build by default because it is pulled in by the test, effectively defeating
the disablement.
While at it, make 'ukify' follow the same pattern as 'kernel-install'.
They will be used later together.
Diffstat (limited to 'xorg')
0 files changed, 0 insertions, 0 deletions