Skip to content

Commit 447de4d

Browse files
athoma88kraj
authored andcommitted
Fix tigervnc crash due to missing xkbcomp rdepends
Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 parent 6ba48fb commit 447de4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.tigervnc.com/"
33
LICENSE = "GPL-2.0-or-later"
44
SECTION = "x11/utils"
55
DEPENDS = "xserver-xorg gnutls jpeg libxtst gettext-native fltk libpam"
6-
RDEPENDS:${PN} = "coreutils hicolor-icon-theme perl bash"
6+
RDEPENDS:${PN} = "coreutils hicolor-icon-theme perl bash xkbcomp"
77

88
LIC_FILES_CHKSUM = "file://LICENCE.TXT;md5=75b02c2872421380bbd47781d2bd75d3"
99

0 commit comments

Comments
 (0)