gnu: sdl-gfx: Build only on Intel machines.

* gnu/packages/sdl.scm (sdl-gfx): Add 'supported-systems' field.
This commit is contained in:
Ludovic Courtès 2014-10-17 23:08:20 +02:00
parent e5997888fa
commit 1d830bc0c2
1 changed files with 5 additions and 1 deletions

View File

@ -130,7 +130,11 @@ system, such as sound redirection over the network.")
(description "SDL_gfx provides graphics drawing primitives, rotozoom and
other supporting functions for SDL.")
(home-page "http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx")
(license zlib)))
(license zlib)
;; The code apparently includes Intel assembly, which fails to build on
;; MIPS, at least.
(supported-systems '("i686-linux" "x86_64-linux"))))
(define sdl-image
(package