blob: 9ee7bfb95f052b4346e7f686d3876f808caaceb7 (
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.4/meson_options.txt
|