From 24c79b15728855ddcc03b0144ab5da34f25bdc4e Mon Sep 17 00:00:00 2001 From: reionwong Date: Sun, 26 Sep 2021 15:35:49 +0800 Subject: [PATCH] Add libx11-xcb-dev dependency --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index e80cf51..291a4bc 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: cmake, extra-cmake-modules, pkg-config, xserver-xorg-input-libinput-dev, + libx11-xcb-dev, libxcb1-dev, libxcb-randr0-dev, libxcb-keysyms1-dev,