diff options
author | Burt P <pburt0@gmail.com> | 2019-07-21 23:22:51 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-08-14 20:04:11 -0700 |
commit | 1e777159dcbeac96976b3980a1ab72234f6dede9 (patch) | |
tree | bbe07a9235c93eb48ae41fa42ba2e96aea5b1b09 /CMakeLists.txt | |
parent | 703cd4ff5b504fd97b8f5b0173bcf8f52b08a70a (diff) |
Devices/Firmware
As requested in:
https://github.com/lpereira/hardinfo/issues/420
firmware: translatable labels, parse flags, link vendors
firmware: attempt using struct Info, issues exist
firmware: add flag definitions
firmware: remove <-... from guid when run with sudo
firmware: map lvfs icons to hardinfo pixmaps
firmware: cleanup, add hinote when not available.
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d5f140a2..4326e892 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -155,6 +155,7 @@ set(MODULE_devices_SOURCES modules/devices/battery.c modules/devices/dmi.c modules/devices/dmi_memory.c + modules/devices/firmware.c modules/devices/devicetree.c modules/devices/inputdevices.c modules/devices/pci.c |