Remove igt-gpu-tools.

This depends on oping which has been failing to build for a while.
This commit is contained in:
Tom Alexander 2024-08-10 11:19:41 -04:00
parent 621625d831
commit 075a768424
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
4 changed files with 6 additions and 3 deletions

View File

@ -39,3 +39,5 @@ firefox_config:
# Allow sending dark mode preference to websites.
# Allow sending timezone to websites.
privacy.fingerprintingProtection.overrides: "+AllTargets,-CSSPrefersColorScheme,-JSDateTimeUTC"
# Disable weather on new tab page
browser.newtabpage.activity-stream.showWeather: false

View File

@ -8,7 +8,6 @@
- libva-utils # for vainfo
- vdpauinfo # for vdpauinfo
- libvdpau-va-gl # vdpau support
- igt-gpu-tools # for intel_gpu_top
- vulkan-tools # For vulkaninfo
state: present

View File

@ -26,7 +26,6 @@ graphics/drm-kmod
graphics/evince
graphics/gimp
graphics/graphviz
graphics/igt-gpu-tools
graphics/imv
graphics/inkscape
graphics/mesa-gallium-va

View File

@ -34,5 +34,8 @@
"black-formatter.importStrategy": "fromEnvironment",
"workbench.statusBar.visible": false,
"git.openRepositoryInParentFolders": "never",
"files.autoSave": "afterDelay"
"files.autoSave": "afterDelay",
"editor.rulers": [
100
]
}