mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
graphics/vulkan-loader: simplify plist updates
This commit is contained in:
parent
5ff6d90802
commit
7d2a34875a
2 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@ GH_ACCOUNT= KhronosGroup
|
|||
GH_PROJECT= Vulkan-Loader
|
||||
CMAKE_ON= CMAKE_SKIP_RPATH
|
||||
CMAKE_OFF= BUILD_TESTS
|
||||
PLIST_SUB= VERSION=${DISTVERSION:C/-.*//}
|
||||
|
||||
OPTIONS_DEFINE= WAYLAND XCB XLIB
|
||||
OPTIONS_DEFAULT=WAYLAND XCB XLIB
|
||||
|
|
|
@ -3,5 +3,5 @@ lib/cmake/VulkanLoader/VulkanLoaderConfig.cmake
|
|||
lib/cmake/VulkanLoader/VulkanLoaderConfigVersion.cmake
|
||||
lib/libvulkan.so
|
||||
lib/libvulkan.so.1
|
||||
lib/libvulkan.so.1.3.288
|
||||
lib/libvulkan.so.%%VERSION%%
|
||||
libdata/pkgconfig/vulkan.pc
|
||||
|
|
Loading…
Add table
Reference in a new issue