Disable VirtualStudio
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Tue, 5 Sep 2023 21:12:19 +0000 (23:12 +0200)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Tue, 5 Sep 2023 21:35:40 +0000 (23:35 +0200)
debian/control
debian/rules

index cc9184c83a35a373d5d4142a63d0fd479a5bfb6f..51fba91d5d4ca0e28bbc2c59a3005d96cb9e8aa8 100644 (file)
@@ -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
index 4292c8fe6ad6580cffe75bc90eeca5230d712447..1e72ff2c1a07bf16d922b9b96d05e8208a241809 100755 (executable)
@@ -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-