From 85d697f1c05c971578ded594a64b0954607ec7d2 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 6 Jun 2025 10:32:38 +0000 Subject: [PATCH] qtvncserver: use libtomcrypt by default libtomcrypt enables password protection using DEC Authentication. Change-Id: If1b37b1855950ab5cd6f49a8a6375578f0232304 Reviewed-by: Mikko Gronoff --- recipes-qt/qt6/qtvncserver_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt6/qtvncserver_git.bb b/recipes-qt/qt6/qtvncserver_git.bb index 4d8351e..5172f2f 100644 --- a/recipes-qt/qt6/qtvncserver_git.bb +++ b/recipes-qt/qt6/qtvncserver_git.bb @@ -13,5 +13,6 @@ include recipes-qt/qt6/qt6-commercial.inc DEPENDS += "qtbase qtdeclarative qtdeclarative-native" +PACKAGECONFIG ?= "libtomcrypt" PACKAGECONFIG[examples] = "-DQT_BUILD_EXAMPLES=ON,-DQT_BUILD_EXAMPLES=OFF,qtwayland" PACKAGECONFIG[libtomcrypt] = ",,libtomcrypt"