- enable vulkan-beta meson flag for vulkan video support (suggested

by "llyyr" <llyyr.public@gmail.com>)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1278
This commit is contained in:
Stefan Dirsch 2024-03-26 02:16:27 +00:00 committed by Git OBS Bridge
parent 1acc6323b5
commit 05b912f219
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 26 01:44:52 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- enable vulkan-beta meson flag for vulkan video support (suggested
by "llyyr" <llyyr.public@gmail.com>)
-------------------------------------------------------------------
Mon Mar 25 09:55:48 UTC 2024 - Andreas Schwab <schwab@suse.de>

View File

@ -1,5 +1,5 @@
#
# spec file for package Mesa
# spec file
#
# Copyright (c) 2024 SUSE LLC
#
@ -874,6 +874,7 @@ egl_platforms=x11,wayland
%if 0%{with_vulkan}
-Dvulkan-drivers=%{?vulkan_drivers} \
-Dvulkan-layers=device-select,overlay \
-Dvulkan-beta=true \
%else
-Dvulkan-drivers= \
%endif