From a704ac4049f7966b5ebabcc967477258736f3528 Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Sun, 22 Aug 2021 21:22:09 +0500 Subject: [PATCH] Install libxpresent Optional dependency for new Proton versions. --- create_ubuntu_chroots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_ubuntu_chroots.sh b/create_ubuntu_chroots.sh index 47de7f5..270ba9e 100755 --- a/create_ubuntu_chroots.sh +++ b/create_ubuntu_chroots.sh @@ -91,7 +91,7 @@ add-apt-repository -y ppa:cybermax-dexter/mingw-w64-backport apt-get update apt-get -y build-dep wine-development libsdl2 libvulkan1 apt-get -y install ccache gcc-9 g++-9 wget git gcc-mingw-w64 g++-mingw-w64 -apt-get -y install libjxr-dev libusb-1.0-0-dev libgcrypt20-dev libpulse-dev libudev-dev libsane-dev libv4l-dev libkrb5-dev libgphoto2-dev liblcms2-dev libpcap-dev libcapi20-dev +apt-get -y install libxpresent-dev libjxr-dev libusb-1.0-0-dev libgcrypt20-dev libpulse-dev libudev-dev libsane-dev libv4l-dev libkrb5-dev libgphoto2-dev liblcms2-dev libpcap-dev libcapi20-dev apt-get -y purge libvulkan-dev libvulkan1 libsdl2-dev libsdl2-2.0-0 --purge --autoremove apt-get -y clean apt-get -y autoclean