summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-01-20 19:42:21 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-01-20 19:46:13 +0000
commit21156ea30524b6dd7615fa9a728cdabd6d275090 (patch)
treeaf807aa0810ef2cc2eaf18b0284e66778e6eed91 /graphics
parentgraphics/vulkan-tools: update to 1.3.238 (diff)
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)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/vulkan-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
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