Accepting request 1064322 from home:dziobian

- Add baselibs.conf. This is useful as 64- and 32-bit vulkan environments
  need separate drivers and need to be diagnosed separately.

OBS-URL: https://build.opensuse.org/request/show/1064322
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-tools?expand=0&rev=99
This commit is contained in:
Jan Engelhardt 2023-02-10 22:01:16 +00:00 committed by Git OBS Bridge
parent cee40c6c52
commit edeafdbc4c
2 changed files with 10 additions and 0 deletions

5
baselibs.conf Normal file
View File

@ -0,0 +1,5 @@
vulkan-tools
+/usr/bin/vkcube -> /usr/bin/vkcube-<extension>
+/usr/bin/vkcube-wayland -> /usr/bin/vkcube-wayland-<extension>
+/usr/bin/vkcubepp -> /usr/bin/vkcubepp-<extension>
+/usr/bin/vulkaninfo -> /usr/bin/vulkaninfo-<extension>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 10 18:03:56 UTC 2023 - Bruno Pitrus <brunopitrus@hotmail.com>
- Add baselibs.conf. This is useful as 64- and 32-bit vulkan environments
need separate drivers and need to be diagnosed separately.
-------------------------------------------------------------------
Sun Jan 29 12:41:31 UTC 2023 - Jan Engelhardt <jengelh@inai.de>