mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 23:28:38 +00:00
Fix tigervnc crash due to missing xkbcomp rdepends
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 447de4d47b)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
4822ca1394
commit
b3b00a270e
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user