Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21977>
export DEBIAN_FRONTEND=noninteractive
export LLVM_VERSION="${LLVM_VERSION:=15}"
+apt-get install -y libelogind0 # this interfere with systemd deps, install separately
+
# Ephemeral packages (installed for this script and removed again at the end)
STABLE_EPHEMERAL=" \
bzip2 \
python3-renderdoc \
python3-simplejson \
spirv-tools \
+ sysvinit-core \
weston
export DEBIAN_FRONTEND=noninteractive
+apt-get install -y libelogind0 # this interfere with systemd deps, install separately
+
# Ephemeral packages (installed for this script and removed again at the end)
STABLE_EPHEMERAL=" \
ccache \
pciutils \
python3-lxml \
python3-simplejson \
+ sysvinit-core \
xinit \
xserver-xorg-video-amdgpu \
xserver-xorg-video-ati