mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 04:23:21 +00:00
Build logind plugin for elogind-enabled systems
This commit is contained in:
parent
e873cf7dd7
commit
f6b6d77eed
@ -1,4 +1,4 @@
|
|||||||
if get_option('systemd')
|
if get_option('systemd') or get_option('elogind')
|
||||||
if host_machine.system() != 'linux'
|
if host_machine.system() != 'linux'
|
||||||
error('linux is required for systemd')
|
error('linux is required for systemd')
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user