From 5babe9f5e6828ed9a87a321e709e1511cecbe6fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig=20=28Debian/GNU=29?= Date: Tue, 5 Sep 2023 23:12:19 +0200 Subject: [PATCH] Disable VirtualStudio --- debian/control | 1 - debian/rules | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index cc9184c..51fba91 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,6 @@ Build-Depends: qt6-declarative-dev, qt6-networkauth-dev, qt6-svg-dev, - qt6-webengine-dev [amd64 arm64 armhf i386], qt6-websockets-dev, # qtquickcontrols2-6-dev, Standards-Version: 4.6.2 diff --git a/debian/rules b/debian/rules index 4292c8f..1e72ff2 100755 --- a/debian/rules +++ b/debian/rules @@ -10,10 +10,11 @@ CONFIG = -Djack=enabled -Dqtversion=6 CONFIG_cli = -Dnogui=true -Drtaudio=disabled CONFIG_gui = -Dnogui=false -Drtaudio=enabled -ifeq ($(strip $(filter $(DEB_HOST_ARCH), amd64 arm64 armhf i386)),) +# disable VirtualStudio mode +# (as it kills the GUI after switching to it) +# vs-mode also requires qt6-webengine-dev, only available on amd64, arm64, armhf +# and i386 CONFIG += -Dnovs=true -endif - builddir=debian/build/flavor- -- 2.30.2