Added vulkan-tools and moved some packages to the last installation step

This commit is contained in:
Héctor Molinero Fernández
2021-12-30 19:31:18 +01:00
parent d5f8cc276d
commit 0cfdb42954

View File

@@ -313,12 +313,9 @@ m4_ifelse(ENABLE_32BIT_SUPPORT, 1, [[m4_dnl
openssl \ openssl \
policykit-1 \ policykit-1 \
pulseaudio \ pulseaudio \
pulseaudio-utils \
runit \ runit \
tini \ tini \
tzdata \ tzdata \
x11-utils \
x11-xkb-utils \
xauth \ xauth \
xkb-data \ xkb-data \
xserver-xorg-core \ xserver-xorg-core \
@@ -328,7 +325,6 @@ m4_ifelse(ENABLE_32BIT_SUPPORT, 1, [[m4_dnl
xserver-xorg-video-dummy \ xserver-xorg-video-dummy \
xserver-xorg-video-fbdev \ xserver-xorg-video-fbdev \
xserver-xorg-video-vesa \ xserver-xorg-video-vesa \
xterm \
zlib1g \ zlib1g \
m4_ifelse(ENABLE_32BIT_SUPPORT, 1, [[m4_dnl m4_ifelse(ENABLE_32BIT_SUPPORT, 1, [[m4_dnl
&& apt-get install -y --no-install-recommends -o APT::Immediate-Configure=0 \ && apt-get install -y --no-install-recommends -o APT::Immediate-Configure=0 \
@@ -447,6 +443,7 @@ m4_ifelse(ENABLE_32BIT_SUPPORT, 1, [[m4_dnl
pciutils \ pciutils \
procps \ procps \
psmisc \ psmisc \
pulseaudio-utils \
ristretto \ ristretto \
strace \ strace \
sudo \ sudo \
@@ -454,7 +451,10 @@ m4_ifelse(ENABLE_32BIT_SUPPORT, 1, [[m4_dnl
tumbler \ tumbler \
unzip \ unzip \
usbutils \ usbutils \
vulkan-tools \
wget \ wget \
x11-utils \
x11-xkb-utils \
xauth \ xauth \
xdg-user-dirs \ xdg-user-dirs \
xdg-utils \ xdg-utils \
@@ -470,6 +470,7 @@ m4_ifelse(ENABLE_32BIT_SUPPORT, 1, [[m4_dnl
xfonts-base \ xfonts-base \
xfpanel-switch \ xfpanel-switch \
xinput \ xinput \
xterm \
xubuntu-default-settings \ xubuntu-default-settings \
xutils \ xutils \
xz-utils \ xz-utils \