git: c480370a3006 - main - graphics/vulkan-tools: drop unused dependencies after 352134d8157e
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Jan 2023 19:45:54 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c480370a3006c020c3d7a7cb79108ac0284f8c15
commit c480370a3006c020c3d7a7cb79108ac0284f8c15
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-01-20 19:42:21 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-01-20 19:45:50 +0000
graphics/vulkan-tools: drop unused dependencies after 352134d8157e
$ poudriere testport -j 131amd64 graphics/vulkan-tools
[...]
=>> Checking shared library dependencies
- 0x0000000000000001 NEEDED Shared library: [libICE.so.6]
- 0x0000000000000001 NEEDED Shared library: [libSM.so.6]
0x0000000000000001 NEEDED Shared library: [libX11.so.6]
- 0x0000000000000001 NEEDED Shared library: [libXext.so.6]
0x0000000000000001 NEEDED Shared library: [libc++.so.1]
0x0000000000000001 NEEDED Shared library: [libc.so.7]
0x0000000000000001 NEEDED Shared library: [libcxxrt.so.1]
0x0000000000000001 NEEDED Shared library: [libgcc_s.so.1]
0x0000000000000001 NEEDED Shared library: [libm.so.5]
0x0000000000000001 NEEDED Shared library: [librt.so.1]
0x0000000000000001 NEEDED Shared library: [libvulkan.so.1]
0x0000000000000001 NEEDED Shared library: [libwayland-client.so.0]
0x0000000000000001 NEEDED Shared library: [libxcb.so.1]
---
graphics/vulkan-tools/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/graphics/vulkan-tools/Makefile b/graphics/vulkan-tools/Makefile
index 11d24d7704ce..b619fb554b70 100644
--- a/graphics/vulkan-tools/Makefile
+++ b/graphics/vulkan-tools/Makefile
@@ -38,7 +38,7 @@ XCB_CMAKE_BOOL= BUILD_WSI_XCB_SUPPORT
XLIB_DESC= ${X11_DESC} via libX11
XLIB_USES= xorg
-XLIB_USE= XORG=x11,xext,ice,sm
+XLIB_USE= XORG=x11
XLIB_CMAKE_BOOL= BUILD_WSI_XLIB_SUPPORT
# https://github.com/KhronosGroup/Vulkan-Tools/issues/307