mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-07 13:43:41 +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
|
endif
|
||||||
if get_option('offline')
|
if get_option('offline')
|
||||||
if not get_option('systemd')
|
if not get_option('systemd')
|
||||||
error('-Doffline=true requires -Dsystemd=true')
|
warning('-Doffline=true requires -Dsystemd=true')
|
||||||
endif
|
endif
|
||||||
conf.set('HAVE_FWUPDOFFLINE', '1')
|
conf.set('HAVE_FWUPDOFFLINE', '1')
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user