summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-01-22 22:46:51 +0100
committerKhem Raj <raj.khem@gmail.com>2022-01-25 09:13:09 -0800
commit4a4abee38aaf441419dab2494af0833794094005 (patch)
tree9a33eb7ebe3c4c472aa8ffac855ba93030b8d16f /meta-oe/recipes-graphics
parent96b5e3e6f8c64a0498c82cbe6bb5d10b786070ec (diff)
downloadmeta-openembedded-4a4abee38aaf441419dab2494af0833794094005.tar.gz
libvncserver: disable ffmpeg support due to incompatiblility with ffmpeg 5.0
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r--meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb
index c3b664599..e3f2dafec 100644
--- a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb
+++ b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb
@@ -5,10 +5,10 @@ PRIORITY = "optional"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f" 6LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f"
7 7
8# ffmpeg support is not currently compatible with ffmpeg 5.0
8PACKAGECONFIG ??= " \ 9PACKAGECONFIG ??= " \
9 24bpp \ 10 24bpp \
10 filetransfer \ 11 filetransfer \
11 ${@bb.utils.contains('LICENSE_FLAGS_WHITELIST','commercial','ffmpeg','',d)} \
12 gcrypt \ 12 gcrypt \
13 gnutls \ 13 gnutls \
14 jpeg \ 14 jpeg \