blob: 4798d91852d54e2c37cf46ab63acecfab7a4f684 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
fwupd - A simple daemon to allow session software to update firmware
This project aims to make updating firmware on Linux automatic, safe and
reliable.
Options (all default to false):
ENABLE_COLORHUG: true|false - requires colord
ENABLE_DELL: true|false - requires fwupdate (and transitively libsmbios)
ENABLE_SYNAPTICS: true|false - requires ENABLE_DELL=true and its dependencies
ENABLE_UEFI: true|false - requires fwupdate
ENABLE_UEFI_LABELS: true|false - requires pygobject3-python3 python3-pillow py3cairo
https://github.com/hughsie/fwupd/blob/1.0.5/meson_options.txt
|