mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-06 21:08:03 +00:00
trivial: Downgrade a configure error() to a warning()
This commit is contained in:
parent
31d692f1a2
commit
64d1a01d42
@ -291,7 +291,7 @@ if valgrind.found()
|
||||
endif
|
||||
if get_option('offline')
|
||||
if not get_option('systemd')
|
||||
error('-Doffline=true requires -Dsystemd=true')
|
||||
warning('-Doffline=true requires -Dsystemd=true')
|
||||
endif
|
||||
conf.set('HAVE_FWUPDOFFLINE', '1')
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user