Commit 6c2807c9 authored by Anton Midyukov's avatar Anton Midyukov

x11: add fonts-ttf-adwaita to use/x11/gnome for BRANCH=p11

The font is already needed, but gnome-shell 47 does not have a dependency on it. Soon gnome 48 will be updated to p11 and this will not be needed.
parent 8c6f8637
......@@ -166,6 +166,9 @@ use/x11/gnome: use/x11/xorg use/x11/gdm +pipewire
ifeq (,$(filter-out p10,$(BRANCH)))
@$(call add,THE_PACKAGES,tracker3) # ALT bug 42028
endif
ifeq (,$(filter-out p11,$(BRANCH)))
@$(call add,THE_PACKAGES,fonts-ttf-adwaita)
endif
@$(call add,IM_PACKAGES,imsettings-gsettings)
use/x11/enlightenment: use/x11 use/power/acpi +pipewire +nm-gtk
......
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