Skip to content

Commit

Permalink
Fix tigervnc crash due to missing xkbcomp rdepends
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <[email protected]>
(cherry picked from commit 447de4d)
Signed-off-by: Armin Kuster <[email protected]>
  • Loading branch information
athoma88 authored and akuster committed Nov 1, 2022
1 parent 4822ca1 commit b3b00a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit b3b00a2

Please sign in to comment.