From 11e5de3a4e03c7739403c8772f11ae85efa6baa5 Mon Sep 17 00:00:00 2001 From: Hyunjin Song Date: Tue, 24 Dec 2019 12:03:17 +0900 Subject: [PATCH] Debian: add libx11-xcb-dev as an explicit build dependency --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 0997676c9..910722c03 100644 --- a/debian/control +++ b/debian/control @@ -27,6 +27,7 @@ Build-Depends: libsoundio-dev, libstk0-dev, libvorbis-dev, + libx11-xcb-dev, libxcb-keysyms1-dev, libxcb-util0-dev, portaudio19-dev,