From 21d05f7452904f23da00163db523e122dd136c23 Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 17 Jul 2019 08:44:11 -0400 Subject: [PATCH] Remove xcb-util0 as an option in the .deb Surge will build against xcb util 0 or 1, but we build it against 1 in the binary image, so remove the deceptive "or" in the deb file for binaries we ship Closes #931 --- installer_linux/make_deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer_linux/make_deb.sh b/installer_linux/make_deb.sh index 393cb2f7cbb..809393af0e8 100755 --- a/installer_linux/make_deb.sh +++ b/installer_linux/make_deb.sh @@ -56,7 +56,7 @@ Package: ${PACKAGE_NAME} Version: $DEB_VERSION Architecture: amd64 Maintainer: surgeteam -Depends: libcairo2, libfontconfig1, libfreetype6, libx11-6, libxcb-cursor0, libxcb-util1 | libxcb-util0, libxcb-xkb1, libxcb1, libxkbcommon-x11-0, libxkbcommon0, fonts-lato +Depends: libcairo2, libfontconfig1, libfreetype6, libx11-6, libxcb-cursor0, libxcb-util1, libxcb-xkb1, libxcb1, libxkbcommon-x11-0, libxkbcommon0, fonts-lato Provides: vst-plugin Section: sound Priority: optional