config: restore redox-drm to enabled (was incorrectly suppressed)

redox-drm = "ignore" was left from earlier GPU-suppression tests.
Restored to active so the DRM/KMS display driver is included in
the full ISO image. Without it, no GPU output or SDDM compositor.
This commit is contained in:
2026-06-02 23:23:00 +03:00
parent 6e25fa49e6
commit 2da7738b76
+1 -1
View File
@@ -59,7 +59,7 @@ redbear-iwlwifi = {}
numad = {}
# GPU/graphics stack
redox-drm = "ignore"
redox-drm = {}
mesa = "ignore"
libdrm = "ignore"
libepoxy = "ignore"