qtvncserver: use libtomcrypt by default

libtomcrypt enables password protection using DEC Authentication.

Change-Id: If1b37b1855950ab5cd6f49a8a6375578f0232304
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
Samuli Piippo 2025-06-06 10:32:38 +00:00
parent 73c56ede70
commit 85d697f1c0

View File

@ -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"