mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
Fix tigervnc crash due to missing xkbcomp rdepends
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit447de4d47b) Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commitb3b00a270e) [Fixup for Dunfell context] Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
b5282ece91
commit
74f90db833
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.tigervnc.com/"
|
||||
LICENSE = "GPLv2+"
|
||||
SECTION = "x11/utils"
|
||||
DEPENDS = "xserver-xorg gnutls jpeg libxtst gettext-native fltk"
|
||||
RDEPENDS_${PN} = "coreutils hicolor-icon-theme perl"
|
||||
RDEPENDS_${PN} = "coreutils hicolor-icon-theme perl xkbcomp"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENCE.TXT;md5=75b02c2872421380bbd47781d2bd75d3"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user