libvncserver: don't enable sasl support by default

* cyrus-sasl is in meta-networking and meta-oe doesn't depend on meta-networking

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Martin Jansa 2020-02-25 20:07:10 +01:00 committed by Khem Raj
parent f4ef3feef2
commit c66896149c

View File

@ -17,7 +17,6 @@ PACKAGECONFIG ??= " \
pthread \
${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '',d)} \
sasl \
sdl \
websockets \
zlib \