summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/chroot-installation.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index a60b2f1f..cf6aa15f 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -303,10 +303,13 @@ if [ "$DISTRO" = "sid" ] ; then
# - libidn2-0-dev
# - texlive-htmlxml
# - gnome-user-guide
+ # - libegl1-mesa 17.2.0-2
+ # - libgl1-mesa-glx 17.2.0-2
+ # - libgles2-mesa 17.2.0-2
( sudo chroot $CHROOT_TARGET dpkg -l \
| grep -v multiarch-support \
| egrep -v "(jadetex|dh-systemd|libpcap-dev|transfig|myspell-it|python-gobject|ttf-dejavu|libav-tools|netcat|gnupg2|libkf5akonadicore-bin|qml-module-org-kde-extensionplugin)" \
- | egrep -v "(libidn2-0-dev|texlive-htmlxml|gnome-user-guide)" \
+ | egrep -v "(libidn2-0-dev|texlive-htmlxml|gnome-user-guide|libegl1-mesa|libgl1-mesa-glx|libgles2-mesa)" \
| grep -v "dummy transitional library" \
| grep -i "Transitional" 2>/dev/null || true) > $TMPFILE
if [ -s $TMPFILE ] ; then