mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
meson: introduce HAVE_DMI flag
The condition is used at several places. Let's introduce a simple flag for that.
This commit is contained in:
@@ -36,7 +36,7 @@ rules = [
|
||||
conf.get('HAVE_KMOD') == 1],
|
||||
|
||||
[files('70-memory.rules'),
|
||||
dmi_arches.contains(host_machine.cpu_family())],
|
||||
conf.get('HAVE_DMI') == 1],
|
||||
|
||||
[files('70-power-switch.rules'),
|
||||
enable_logind],
|
||||
|
||||
Reference in New Issue
Block a user