mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-12 18:05:34 +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> (cherry picked from commit b3b00a270edfd27e2dfc05d5a6a5cab94324ad65) [Fixup for Dunfell context] Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
b5282ece91
commit
74f90db833
@ -3,7 +3,7 @@ HOMEPAGE = "http://www.tigervnc.com/"
|
|||||||
LICENSE = "GPLv2+"
|
LICENSE = "GPLv2+"
|
||||||
SECTION = "x11/utils"
|
SECTION = "x11/utils"
|
||||||
DEPENDS = "xserver-xorg gnutls jpeg libxtst gettext-native fltk"
|
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"
|
LIC_FILES_CHKSUM = "file://LICENCE.TXT;md5=75b02c2872421380bbd47781d2bd75d3"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user