git: 21156ea30524 - 2023Q1 - graphics/vulkan-tools: drop unused dependencies after 352134d8157e
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Jan 2023 19:46:18 UTC
The branch 2023Q1 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=21156ea30524b6dd7615fa9a728cdabd6d275090 commit 21156ea30524b6dd7615fa9a728cdabd6d275090 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:46:13 +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] (cherry picked from commit c480370a3006c020c3d7a7cb79108ac0284f8c15) --- 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 d0b5dda8b785..b06412e34185 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