From 2fc68b049d40f99460631ff4a4fe4bcb3f3a40b7 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Wed, 2 Jul 2025 12:30:28 +0200 Subject: [PATCH] cleanup unused recipes and add libpam --- recipes-core/images/core-image-base.bbappend | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/recipes-core/images/core-image-base.bbappend b/recipes-core/images/core-image-base.bbappend index 54fbad0..f4d0663 100644 --- a/recipes-core/images/core-image-base.bbappend +++ b/recipes-core/images/core-image-base.bbappend @@ -19,18 +19,16 @@ IMAGE_INSTALL:append = "pango \ librsvg librsvg-gtk \ gdk-pixbuf \ gtk4 \ - webkitgtk \ gtk4-layer-shell \ - libadwaita \ + libadwaita libpam \ gobject-introspection \ wayland wayland-protocols \ - foot swaybg swayidle swaylock tofi wtype \ + foot \ mc \ gdbserver gdb \ - labwc \ wlr-randr \ diya-session-manager \ " PACKAGE_EXCLUDE = " gtk+ gtk+3 adwaita-icon-theme " IMAGE_INSTALL:remove = " gtk+ gtk+3 adwaita-icon-theme " -# wlr-randr l3afpad wlopm cairo-egl \ No newline at end of file +# wlr-randr l3afpad wlopm cairo-egl webkitgtk \ No newline at end of file