Commit 45a2b090 authored by Michael Shigorin's avatar Michael Shigorin

basealt.mk: add setup-libgl-dri3-disable

This works around DRI3 problems resulting in caja getting BadWindow with panel applets subsequently failing to jump into dock (which doesn't exist just yet). Suggested-by: 's avatarDenis Medvedev <nbr@altlinux.org>
parent dba5fe0c
......@@ -31,6 +31,7 @@ ifeq (,$(filter-out e2k%,$(ARCH)))
distro/.alt-workstation-base: distro/.e2k-installer mixin/alt-workstation
@$(call add,THE_PACKAGES,setup-mate-terminal)
@$(call add,THE_PACKAGES,setup-mate-nocomposite)
@$(call add,THE_PACKAGES,setup-libgl-dri3-disable)
@$(call add,THE_PACKAGES,setup-pulseaudio-plain-module-detect)
@$(call add,THE_PACKAGES,firmware-linux)
@$(call add,THE_BRANDING,graphics)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment