Hello together, issue: x2goclient not building on launchpad for ubuntu focal 20.04 (https://launchpadlibrarian.net/479335968/buildlog.txt.gz)
possible solution: Change debian/control like in patch attached If it's OK for all, I would push it to master. Best Regards, Juri Grabowski
From 1bdabb7678ced1726ae138b6e4c0f858e1aebebb Mon Sep 17 00:00:00 2001 From: Juri Grabowski <git-com...@jugra.de> Date: Mon, 18 May 2020 08:12:46 +0000 Subject: [PATCH 1/1] add build dependencies for qt5 --- debian/control | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index eaf981e..75a8cee 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,10 @@ Uploaders: Mihai Moldovan <io...@ionic.de>, Build-Depends: debhelper (>= 7.0.50~), - libqt4-dev, + libqt4-dev | qtbase5-dev, + libqt4-dev | qttools5-dev-tools, + libqt4-dev | libqt5svg5-dev, + libqt4-dev | libqt5x11extras5-dev, libldap2-dev, libssh-dev (>= 0.5.4-2~), libcups2-dev,
_______________________________________________ x2go-dev mailing list x2go-dev@lists.x2go.org https://lists.x2go.org/listinfo/x2go-dev