From de08ddfc6f5bfa71ff0bf4e5df45292f205b02e7 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Tue, 23 Aug 2022 22:09:15 +0200 Subject: [PATCH] QSyncthingTray: fix build with webengine --- srcpkgs/QSyncthingTray/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/QSyncthingTray/template b/srcpkgs/QSyncthingTray/template index 53867d754a8..59546f3821b 100644 --- a/srcpkgs/QSyncthingTray/template +++ b/srcpkgs/QSyncthingTray/template @@ -25,6 +25,7 @@ fi if [ "$build_option_webengine" ]; then makedepends+=" qt5-webengine-devel" + configure_args+=" -DQST_BUILD_WEBKIT=0" else makedepends+=" qt5-webkit-devel" configure_args+=" -DQST_BUILD_WEBKIT=1"