mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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
1 changed files with 5 additions and 1 deletions
|
@ -130,7 +130,11 @@ (define sdl-gfx
|
|||
(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 a new issue