mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:57: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:
parent
6f40b19746
commit
889b9d029e
2 changed files with 1 additions and 101 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue