Accepting request 1093485 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/1093485 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/DirectX-Headers?expand=0&rev=7
This commit is contained in:
commit
945526696c
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 16 08:56:56 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Install license
|
||||
- Use -ffat-lto-objects for static libraries
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 13 19:49:05 UTC 2023 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
|
@ -40,7 +40,7 @@ Make sure that you visit the DirectX Landing Page for more resources for DirectX
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%global _lto_cflags %{nil}
|
||||
%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
|
||||
%meson -Dbuild-test=false
|
||||
%meson_build
|
||||
|
||||
@ -49,6 +49,7 @@ Make sure that you visit the DirectX Landing Page for more resources for DirectX
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%{_includedir}/directx
|
||||
%{_includedir}/dxguids
|
||||
%{_includedir}/wsl
|
||||
|
Loading…
Reference in New Issue
Block a user