Accepting request 888727 from home:Guillaume_G:branches:games

- BuildRequires nvidia-texture-tools only when needed

OBS-URL: https://build.opensuse.org/request/show/888727
OBS-URL: https://build.opensuse.org/package/show/games/0ad?expand=0&rev=108
This commit is contained in:
Ferdinand Thiessen
2021-04-27 12:34:05 +00:00
committed by Git OBS Bridge
parent 3f69497a03
commit bd2ef0cdf8
2 changed files with 7 additions and 0 deletions

View File

@@ -68,9 +68,11 @@ BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(vorbis)
BuildRequires: pkgconfig(zlib)
Requires: 0ad-data = %{version}
%if %{with nvtt}
%if %{with system_nvtt}
BuildRequires: nvidia-texture-tools >= 2.1
%endif
%endif
%if %{with system_mozjs}
#FIXME: Depends on source/scriptinterface/ScriptTypes.h
BuildRequires: pkgconfig(mozjs-78) >= 78.6