From 48748726997527698f2539e36d0c802dfcf191e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig=20=28Debian/GNU=29?= Date: Mon, 25 Sep 2023 12:40:00 +0200 Subject: [PATCH] Revert "Disable VirtualStudio" This reverts commit 5babe9f5e6828ed9a87a321e709e1511cecbe6fa. --- debian/control | 1 + debian/rules | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 51fba91..cc9184c 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/rules b/debian/rules index 1e72ff2..4292c8f 100755 --- a/debian/rules +++ b/debian/rules @@ -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- -- 2.30.2