git: 18bac055611b - main - accessibility/at-spi2-core: drop unused X11 deps after 951c1f5d1c73
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Jun 2023 14:58:34 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=18bac055611bbe224391fc7b1d709fc37fdbdd50
commit 18bac055611bbe224391fc7b1d709fc37fdbdd50
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-06-03 14:46:11 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-06-03 14:56:35 +0000
accessibility/at-spi2-core: drop unused X11 deps after 951c1f5d1c73
Disabling X11 only affects the following libraries. -Wl,--as-needed
removes the rest via https://github.com/mesonbuild/meson/commit/58ca96994f5a
$ poudriere testport -j 131amd64 -z nox11 accessibility/at-spi2-core
[...]
=>> Checking shared library dependencies
- 0x0000000000000001 NEEDED Shared library: [libX11.so.6]
- 0x0000000000000001 NEEDED Shared library: [libXi.so.6]
- 0x0000000000000001 NEEDED Shared library: [libXtst.so.6]
[...]
---
accessibility/at-spi2-core/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile
index 7bd4330b472e..62752753d88f 100644
--- a/accessibility/at-spi2-core/Makefile
+++ b/accessibility/at-spi2-core/Makefile
@@ -27,7 +27,7 @@ ATKONLY_LIB_DEPENDS_OFF= libdbus-1.so:devel/dbus
ATKONLY_MESON_TRUE= atk_only
X11_USES= xorg
-X11_USE= XORG=ice,sm,x11,xext,xi,xtst
+X11_USE= XORG=x11,xi,xtst
X11_MESON_ENABLED= x11
post-install: