Skip to content

Commit 289188f

Browse files
committed
debos: rootfs: Use mate-polkit, not ukui-polkit
ukui-polkit is currently randomly selected to provide polkit-1-auth-agent (needed by nm-connection-editor), but through libopencv-imgcodecs410 => libgdal36 => libavif16, it pulls in a lot of potentially patent encumbered dependencies such as libaom1, libdav1d7, libde265-0, libgav1-1, librav1e0.7, libsvtav1enc2. It also generally pulls in a lot of dependencies. Select the lighter mate-polkit instead. Saves about 200MiB and drops libaom1, libde265-0, libgav1-1, librav1e0.7, libsvtav1enc2 from rootfs. Signed-off-by: Loïc Minier <[email protected]>
1 parent 04c4c87 commit 289188f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

debos-recipes/qualcomm-linux-debian-rootfs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ actions:
155155
- xserver-xorg-video-all-
156156
- xserver-xorg
157157
- plymouth-label- # we probably don't need a boot splash
158+
# nm-connection-editor below depends on polkit-1-auth-agent, and APT
159+
# picks up ukui-polkit as a random Provides; select mate-polkit instead
160+
- mate-polkit
158161
# from task-xfce-desktop
159162
- xfce4
160163
- lightdm

0 commit comments

Comments
 (0)