aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Thoma <a.thoma@rational-online.com>2022-07-26 15:20:41 +0200
committerArmin Kuster <akuster808@gmail.com>2022-11-01 08:56:26 -0400
commitb3b00a270edfd27e2dfc05d5a6a5cab94324ad65 (patch)
treef56151d10b0560a4542cd2fa438b483515720854
parent4822ca139444a50b87e9914e86060d6c0e0cab3b (diff)
downloadmeta-openembedded-contrib-b3b00a270edfd27e2dfc05d5a6a5cab94324ad65.tar.gz
Fix tigervnc crash due to missing xkbcomp rdepends
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 447de4d47ba2deba1af80201b91bb312f184fe0e) Signed-off-by: Armin Kuster <akuster808@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"