diff options
| author | Alexander Thoma <a.thoma@rational-online.com> | 2022-07-26 15:20:41 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-07-26 20:49:05 -0400 |
| commit | 447de4d47ba2deba1af80201b91bb312f184fe0e (patch) | |
| tree | 96fdf26195474527770a54dcd6487fbdf1a668eb | |
| parent | 6ba48fb9cc88b30d91ba1c0c8cbfd496e108a72f (diff) | |
| download | meta-openembedded-447de4d47ba2deba1af80201b91bb312f184fe0e.tar.gz | |
Fix tigervnc crash due to missing xkbcomp rdepends
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb index 5f404f2aa2..5cde7c9fb4 100644 --- a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb +++ b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.tigervnc.com/" | |||
| 3 | LICENSE = "GPL-2.0-or-later" | 3 | LICENSE = "GPL-2.0-or-later" |
| 4 | SECTION = "x11/utils" | 4 | SECTION = "x11/utils" |
| 5 | DEPENDS = "xserver-xorg gnutls jpeg libxtst gettext-native fltk libpam" | 5 | DEPENDS = "xserver-xorg gnutls jpeg libxtst gettext-native fltk libpam" |
| 6 | RDEPENDS:${PN} = "coreutils hicolor-icon-theme perl bash" | 6 | RDEPENDS:${PN} = "coreutils hicolor-icon-theme perl bash xkbcomp" |
| 7 | 7 | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENCE.TXT;md5=75b02c2872421380bbd47781d2bd75d3" | 8 | LIC_FILES_CHKSUM = "file://LICENCE.TXT;md5=75b02c2872421380bbd47781d2bd75d3" |
| 9 | 9 | ||
