Revert "Disable VirtualStudio"
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Mon, 25 Sep 2023 10:40:00 +0000 (12:40 +0200)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Mon, 25 Sep 2023 10:40:00 +0000 (12:40 +0200)
This reverts commit 5babe9f5e6828ed9a87a321e709e1511cecbe6fa.

debian/control
debian/rules

index 51fba91d5d4ca0e28bbc2c59a3005d96cb9e8aa8..cc9184c83a35a373d5d4142a63d0fd479a5bfb6f 100644 (file)
@@ -18,6 +18,7 @@ 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 1e72ff2c1a07bf16d922b9b96d05e8208a241809..4292c8fe6ad6580cffe75bc90eeca5230d712447 100755 (executable)
@@ -10,11 +10,10 @@ CONFIG = -Djack=enabled -Dqtversion=6
 CONFIG_cli = -Dnogui=true -Drtaudio=disabled
 CONFIG_gui = -Dnogui=false -Drtaudio=enabled
 
-# 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
+ifeq ($(strip $(filter $(DEB_HOST_ARCH), amd64 arm64 armhf i386)),)
 CONFIG += -Dnovs=true
+endif
+
 
 
 builddir=debian/build/flavor-