mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
Fix tigervnc crash due to missing xkbcomp rdepends
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
6ba48fb9cc
commit
447de4d47b
@@ -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