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:
Ferdinand Thiessen 2021-04-26 22:40:05 +00:00 committed by Git OBS Bridge
parent f35c1ab776
commit f4dcea2afc
2 changed files with 10 additions and 1 deletions

View File

@ -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>

View File

@ -15,8 +15,12 @@
# 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
%else
%bcond_with system_nvtt
%endif
%if 0%{?suse_version} >= 1550
%bcond_without system_mozjs
%else