mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
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:
parent
73c56ede70
commit
85d697f1c0
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user