kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit eda376a1c1a33ab48b28e46e076fa39df500699f
parent 17f43b096e5203793a81234e5a2a9ccc2367f29c
Author: St John Karp <contact@stjo.hn>
Date:   Sun, 26 Jun 2022 17:52:02 -0400

fwupd: Enable the flashrom plugin

Not entirely sure if this is needed, but it sounded important.
It doesn't build by default and it isn't packaged externally for
KISS, so I've added its dependencies and enabled it manually.

Diffstat:
Mextra/fwupd/build | 1+
Mextra/fwupd/depends | 2++
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/extra/fwupd/build b/extra/fwupd/build @@ -9,6 +9,7 @@ meson build \ -Dtests=false \ -Dudevdir=/etc/udev \ -Dplugin_dell=false \ + -Dplugin_flashrom=true \ -Dplugin_tpm=false ninja -C build diff --git a/extra/fwupd/depends b/extra/fwupd/depends @@ -7,11 +7,13 @@ gnutls gobject-introspection gpgme json-glib +libftdi1 libgpg-error libgudev libusb meson make pango +pciutils protobuf-c pygobject vala