summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-02-25 18:07:28 +0000
committerRoss Burton <ross.burton@arm.com>2025-02-27 20:28:17 +0000
commit787cbb248c48bea0f70960e1c1d2e9d2d40b4cca (patch)
tree4d6c64b74e533118818b5bc8be4652dfcbe7264b
parentc6a91f32ccb8e2734a23de1ae007e5232178d516 (diff)
downloadmeta-openembedded-787cbb248c48bea0f70960e1c1d2e9d2d40b4cca.tar.gz
tigervnc: small cleanups
Add some implicit dependencies which are explicitly checked for, a small comment, and remove an obsolete FILES:PN-dbg. Signed-off-by: Ross Burton <ross.burton@arm.com>
-rw-r--r--meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb
index ab9edd9ee0..ca737e48ba 100644
--- a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb
+++ b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "TigerVNC remote display system"
2HOMEPAGE = "http://www.tigervnc.com/" 2HOMEPAGE = "http://www.tigervnc.com/"
3LICENSE = "GPL-2.0-or-later" 3LICENSE = "GPL-2.0-or-later"
4SECTION = "x11/utils" 4SECTION = "x11/utils"
5DEPENDS = "xserver-xorg gnutls jpeg libxtst gettext-native fltk libpam" 5DEPENDS = "gettext-native xserver-xorg gnutls nettle jpeg pixman libxtst fltk libpam libx11 libxdamage libxfixes libxrandr"
6RDEPENDS:${PN} = "coreutils hicolor-icon-theme perl bash xkbcomp" 6RDEPENDS:${PN} = "coreutils hicolor-icon-theme perl bash xkbcomp"
7 7
8LIC_FILES_CHKSUM = "file://LICENCE.TXT;md5=75b02c2872421380bbd47781d2bd75d3" 8LIC_FILES_CHKSUM = "file://LICENCE.TXT;md5=75b02c2872421380bbd47781d2bd75d3"
@@ -13,6 +13,8 @@ inherit autotools cmake features_check pkgconfig systemd
13 13
14REQUIRED_DISTRO_FEATURES = "x11 pam" 14REQUIRED_DISTRO_FEATURES = "x11 pam"
15 15
16# For ease we do in-tree builds right now. It should be possible to do
17# out-of-tree builds.
16B = "${S}" 18B = "${S}"
17 19
18SRCREV = "1b4af5c586eb7a30a38c82fd088c1fa47a83e72f" 20SRCREV = "1b4af5c586eb7a30a38c82fd088c1fa47a83e72f"
@@ -83,6 +85,4 @@ FILES:${PN} += " \
83 ${datadir}/metainfo \ 85 ${datadir}/metainfo \
84" 86"
85 87
86FILES:${PN}-dbg += "${libdir}/xorg/modules/extensions/.debug"
87
88SYSTEMD_SERVICE:${PN} = "vncserver@.service" 88SYSTEMD_SERVICE:${PN} = "vncserver@.service"