This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdriveclient. commit 8d3997398fe1d85a131f99d421a01ebf3374b30a Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Thu Aug 20 16:08:26 2020 -0500 add xcb and xcb-fixes to deps. --- debian/changelog | 1 + debian/control | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7e75b7b..f18db7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,5 +21,6 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium for server to send initial image. - identify screen, when user hovering the action in the multiple monitors menu. - not use QClipboard class on Linux. It has problems mit INCR properties. Using XCB API instead. + - add xcb and xcb-fixes to deps. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 04 Jun 2019 11:10:43 +0200 diff --git a/debian/control b/debian/control index 98e2b25..80c4090 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,8 @@ Build-Depends: qttools5-dev-tools, libqt5svg5-dev, libqt5x11extras5-dev, + libxcb1-dev, + libxcb-xfixes0-dev, Standards-Version: 4.3.0 Homepage: https://code.x2go.org/releases/source/x2gokdriveclient Vcs-Git: git://code.x2go.org/x2gokdriveclient.git -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git