From 72117f4990a429a3d01328147d8866ce980a0172 Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Fri, 14 Jul 2023 00:36:05 +0700 Subject: [PATCH] phone.mk: update base packages for phosh Dropped out of image gnome-control-center and xdg-desktop-portal-gtk because fix ALT bug 46895. Add them. Also now phosh requires mutter-gnome and gnome-shell-data because fix ALT bug 46896. --- conf.d/phone.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.d/phone.mk b/conf.d/phone.mk index d010d29b..3f114a94 100644 --- a/conf.d/phone.mk +++ b/conf.d/phone.mk @@ -16,7 +16,8 @@ mixin/phone-base: use/ntp/chrony use/repo use/branding/notes \ mixin/phosh: use/x11/lightdm/autologin use/x11-autologin \ use/services +pulse +nm +nm-native - @$(call add,THE_PACKAGES,phosh mutter-gnome gnome-shell-data xorg-xwayland) + @$(call add,THE_PACKAGES,phosh xdg-desktop-portal-gtk) + @$(call add,THE_PACKAGES,gnome-control-center xorg-xwayland) @$(call add,THE_PACKAGES,gnome-terminal gedit) @$(call add,THE_PACKAGES,qt5-wayland qt6-wayland) @$(call add,THE_PACKAGES,bluez)