- 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:
parent
1acc6323b5
commit
05b912f219
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user