Explicitly added some dependencies and removed some unnecessary ones

This commit is contained in:
Héctor Molinero Fernández
2020-03-01 12:58:00 +01:00
parent 6edf7e3184
commit 0f59517a51

View File

@@ -47,6 +47,8 @@ m4_ifelse(ENABLE_32BIT, 1, [[m4_dnl
libsystemd-dev \ libsystemd-dev \
libtool \ libtool \
libx11-dev \ libx11-dev \
libx11-xcb-dev \
libxcb-glx0-dev \
libxcb-keysyms1-dev \ libxcb-keysyms1-dev \
libxcb1-dev \ libxcb1-dev \
libxext-dev \ libxext-dev \
@@ -58,8 +60,6 @@ m4_ifelse(ENABLE_32BIT, 1, [[m4_dnl
nasm \ nasm \
ocl-icd-opencl-dev \ ocl-icd-opencl-dev \
pkg-config \ pkg-config \
python \
python-libxml2 \
texinfo \ texinfo \
xserver-xorg-dev-hwe-18.04 \ xserver-xorg-dev-hwe-18.04 \
xsltproc \ xsltproc \
@@ -256,6 +256,8 @@ m4_ifelse(ENABLE_32BIT, 1, [[m4_dnl
libssl1.1 \ libssl1.1 \
libsystemd0 \ libsystemd0 \
libx11-6 \ libx11-6 \
libx11-xcb1 \
libxcb-glx0 \
libxcb-keysyms1 \ libxcb-keysyms1 \
libxcb1 \ libxcb1 \
libxext6 \ libxext6 \
@@ -287,7 +289,6 @@ m4_ifelse(ENABLE_32BIT, 1, [[m4_dnl
pulseaudio-utils \ pulseaudio-utils \
runit \ runit \
sudo \ sudo \
systemd \
tzdata \ tzdata \
unzip \ unzip \
usbutils \ usbutils \
@@ -328,8 +329,6 @@ m4_ifelse(ENABLE_32BIT, 1, [[m4_dnl
gstreamer1.0-plugins-good \ gstreamer1.0-plugins-good \
gstreamer1.0-plugins-ugly \ gstreamer1.0-plugins-ugly \
gtk2-engines-pixbuf \ gtk2-engines-pixbuf \
gtk2-engines-xfce \
gtk3-engines-xfce \
indicator-application \ indicator-application \
indicator-datetime \ indicator-datetime \
indicator-keyboard \ indicator-keyboard \