From edeafdbc4c0079831839aee95c7995e4e6b0fe59830db6ef18e51105f4a46559 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 10 Feb 2023 22:01:16 +0000 Subject: [PATCH] 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 --- baselibs.conf | 5 +++++ vulkan-tools.changes | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..4afcfd4 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,5 @@ +vulkan-tools + +/usr/bin/vkcube -> /usr/bin/vkcube- + +/usr/bin/vkcube-wayland -> /usr/bin/vkcube-wayland- + +/usr/bin/vkcubepp -> /usr/bin/vkcubepp- + +/usr/bin/vulkaninfo -> /usr/bin/vulkaninfo- \ No newline at end of file diff --git a/vulkan-tools.changes b/vulkan-tools.changes index 7204b53..eae4dbb 100644 --- a/vulkan-tools.changes +++ b/vulkan-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 10 18:03:56 UTC 2023 - Bruno Pitrus +- 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