gnu: sdl-gfx: Build only on Intel machines.
* gnu/packages/sdl.scm (sdl-gfx): Add 'supported-systems' field.
This commit is contained in:
parent
e5997888fa
commit
1d830bc0c2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue