diff mbox series

[v2,14/23] tigervnc: small cleanups

Message ID 20250226155022.1989209-14-ross.burton@arm.com
State Under Review
Headers show
Series [v2,01/23] cpuid: fix stripping | expand

Commit Message

Ross Burton Feb. 26, 2025, 3:50 p.m. UTC
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>
---
 meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

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"
 HOMEPAGE = "http://www.tigervnc.com/"
 LICENSE = "GPL-2.0-or-later"
 SECTION = "x11/utils"
-DEPENDS = "xserver-xorg gnutls jpeg libxtst gettext-native fltk libpam"
+DEPENDS = "gettext-native xserver-xorg gnutls nettle jpeg pixman libxtst fltk libpam libx11 libxdamage libxfixes libxrandr"
 RDEPENDS:${PN} = "coreutils hicolor-icon-theme perl bash xkbcomp"
 
 LIC_FILES_CHKSUM = "file://LICENCE.TXT;md5=75b02c2872421380bbd47781d2bd75d3"
@@ -13,6 +13,8 @@  inherit autotools cmake features_check pkgconfig systemd
 
 REQUIRED_DISTRO_FEATURES = "x11 pam"
 
+# For ease we do in-tree builds right now. It should be possible to do
+# out-of-tree builds.
 B = "${S}"
 
 SRCREV = "1b4af5c586eb7a30a38c82fd088c1fa47a83e72f"
@@ -83,6 +85,4 @@  FILES:${PN} += " \
     ${datadir}/metainfo \
 "
 
-FILES:${PN}-dbg += "${libdir}/xorg/modules/extensions/.debug"
-
 SYSTEMD_SERVICE:${PN} = "vncserver@.service"