sys-kernel/scx: Disable openrc if systemd enabled

Build fails with systemd enabled, as openrc cannot be found as
dependency.

Signed-off-by: Anthony Ruhier <aruhier@mailbox.org>
This commit is contained in:
Anthony Ruhier 2024-09-28 17:06:32 +02:00
parent 7d7fb293fa
commit 2bd7ce6d96
No known key found for this signature in database
GPG Key ID: 718580F8C71DEE4F

View File

@ -420,7 +420,7 @@ src_configure() {
-Dbpf_clang="clang-${LLVM_SLOT}"
-Dlibbpf_a="disabled"
-Doffline=true
-Dopenrc=enabled
-Dopenrc=$(usex systemd disabled enabled)
$(meson_feature systemd)
)