mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 00:49:11 +00:00
Fix tigervnc crash due to missing xkbcomp rdepends
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 447de4d47ba2deba1af80201b91bb312f184fe0e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user