Accepting request 888484 from home:Guillaume_G:branches:games
- Enable nvidia-texture-tools only on supported archs OBS-URL: https://build.opensuse.org/request/show/888484 OBS-URL: https://build.opensuse.org/package/show/games/0ad?expand=0&rev=106
This commit is contained in:
parent
f35c1ab776
commit
f4dcea2afc
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 26 12:33:03 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
- Enable nvidia-texture-tools only on supported archs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 9 22:29:43 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
Fri Apr 9 22:29:43 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
6
0ad.spec
6
0ad.spec
@ -15,8 +15,12 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Enable NVTT only on arch supported by nvidia-texture-tools
|
||||||
|
%ifarch %{ix86} x86_64 ppc
|
||||||
%bcond_without system_nvtt
|
%bcond_without system_nvtt
|
||||||
|
%else
|
||||||
|
%bcond_with system_nvtt
|
||||||
|
%endif
|
||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} >= 1550
|
||||||
%bcond_without system_mozjs
|
%bcond_without system_mozjs
|
||||||
%else
|
%else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user