From 2348d561d10126fe5ab37f4f6fe6ec656961903f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20B=C3=B6hler?= <witcher@wiredspace.de>
Date: Sun, 26 May 2024 19:51:25 +0200
Subject: [PATCH] setup-xorg-base: Install xinit
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Thomas Böhler <witcher@wiredspace.de>
---
 setup-xorg-base.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup-xorg-base.in b/setup-xorg-base.in
index a9cb65c..d96f3ac 100644
--- a/setup-xorg-base.in
+++ b/setup-xorg-base.in
@@ -26,6 +26,6 @@ shift $(($OPTIND - 1))
 # For every main/ repo, enable corresponding community/ repo
 setup-apkrepos -o
 
-apk add xorg-server xf86-input-libinput eudev mesa-dri-gallium "$@"
+apk add xorg-server xf86-input-libinput xinit eudev mesa-dri-gallium "$@"
 
 setup-devd udev
-- 
GitLab