tigervnc: Update to newer version

Add compat for Nettle >= 4.0
Nettle 4.0 has changed it's digest functions, and removed the length
argument.

This commit adds compatibility with both older and newer versions of
Nettle.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Wang Mingyu
2026-06-24 14:23:33 +08:00
committed by Khem Raj
parent 4bbb48cb05
commit d8cb988be3
@@ -16,9 +16,9 @@ REQUIRED_DISTRO_FEATURES = "x11 pam"
# out-of-tree builds.
B = "${S}"
SRCREV = "b555312d70d7ff017f866649a7e7167af4eb8fca"
SRCREV = "be6e25fca026ce715d5be1d7ba40ef49bebbde51"
SRC_URI = "git://github.com/TigerVNC/tigervnc.git;branch=1.16-branch;protocol=https;tag=v${PV} \
SRC_URI = "git://github.com/TigerVNC/tigervnc.git;branch=master;protocol=https \
file://0001-do-not-build-tests-sub-directory.patch \
file://0002-add-missing-dynamic-library-to-FLTK_LIBRARIES.patch \
file://0003-tigervnc-add-fPIC-option-to-COMPILE_FLAGS.patch \