From: IOhannes m zmölnig (Debian/GNU) Date: Tue, 5 Sep 2023 21:12:19 +0000 (+0200) Subject: Disable VirtualStudio X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2~48 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5babe9f5e6828ed9a87a321e709e1511cecbe6fa;p=jacktrip.git Disable VirtualStudio --- 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-