diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2017-09-02 09:42:08 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-02 10:19:47 +0100 |
commit | b08fbdd7a3b884a6c09faf1b8f318cf06db1c34d (patch) | |
tree | 3f469cc994c3201e10e5760d9a7790a21590898d /system/fwupd/README | |
parent | 6e771869295035e19f4368ddeadaed6eff131713 (diff) |
system/fwupd: Updated for version 0.9.7.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/fwupd/README')
-rw-r--r-- | system/fwupd/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/system/fwupd/README b/system/fwupd/README index 90a2344a82b9..95c71c15d24f 100644 --- a/system/fwupd/README +++ b/system/fwupd/README @@ -3,8 +3,11 @@ 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: +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/0.9.7/meson_options.txt |