aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Thoma <a.thoma@rational-online.com>2022-07-26 15:20:41 +0200
committerArmin Kuster <akuster808@gmail.com>2023-07-22 07:49:35 -0400
commit74f90db8333c8b390da3aa628ed8258ff969f357 (patch)
tree7006db39cac6aa7939a2fb8d04c54b9709cdc039
parentb5282ece919f016d91a1043769676efb02b4f0fb (diff)
downloadmeta-openembedded-contrib-74f90db8333c8b390da3aa628ed8258ff969f357.tar.gz
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>
-rw-r--r--meta-oe/recipes-graphics/tigervnc/tigervnc_1.10.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.10.1.bb b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.10.1.bb
index 03b9d6488f..de2d059061 100644
--- a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.10.1.bb
+++ b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.10.1.bb
@@ -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"