aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Thoma <a.thoma@rational-online.com>2022-07-26 15:20:41 +0200
committerKhem Raj <raj.khem@gmail.com>2022-07-26 20:49:05 -0400
commit447de4d47ba2deba1af80201b91bb312f184fe0e (patch)
tree96fdf26195474527770a54dcd6487fbdf1a668eb
parent6ba48fb9cc88b30d91ba1c0c8cbfd496e108a72f (diff)
downloadmeta-openembedded-447de4d47ba2deba1af80201b91bb312f184fe0e.tar.gz
Fix tigervnc crash due to missing xkbcomp rdepends
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb
index 5f404f2aa2..5cde7c9fb4 100644
--- a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb
+++ b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.tigervnc.com/"
LICENSE = "GPL-2.0-or-later"
SECTION = "x11/utils"
DEPENDS = "xserver-xorg gnutls jpeg libxtst gettext-native fltk libpam"
-RDEPENDS:${PN} = "coreutils hicolor-icon-theme perl bash"
+RDEPENDS:${PN} = "coreutils hicolor-icon-theme perl bash xkbcomp"
LIC_FILES_CHKSUM = "file://LICENCE.TXT;md5=75b02c2872421380bbd47781d2bd75d3"