1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:27:35 +00:00

SystemMonitor: Remove the Hardware tab

This will allow us to essentially remove /proc/pci node for good, as
well as to create a better GUI application to contain PCI information
with other system hardware info too.
This commit is contained in:
Liav A 2022-07-27 18:12:09 +03:00 committed by Linus Groh
parent 6f40b19746
commit 889b9d029e
2 changed files with 1 additions and 101 deletions

View file

@ -23,4 +23,4 @@ set(SOURCES
)
serenity_app(SystemMonitor ICON app-system-monitor)
target_link_libraries(SystemMonitor LibGUI LibSymbolication LibPCIDB LibMain)
target_link_libraries(SystemMonitor LibGUI LibSymbolication LibMain)