Commit 0becdf0b authored by Jan Baudisch's avatar Jan Baudisch Committed by Kazushi (Jam) Marukawa

Update libsdl

parent e4576417
...@@ -2,13 +2,13 @@ require 'package' ...@@ -2,13 +2,13 @@ require 'package'
class Libsdl < Package class Libsdl < Package
description 'Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.' description 'Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.'
homepage 'http://www.libsdl.org/' homepage 'http://www.libsdl.org'
version '1.2.15' version '1.2.15'
source_url 'http://www.libsdl.org/release/SDL-1.2.15.tar.gz' source_url 'http://www.libsdl.org/release/SDL-1.2.15.tar.gz'
source_sha256 'd6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00' source_sha256 'd6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00'
def self.build def self.build
system "./configure" system "./configure --disable-video-x11 --disable-video-wayland"
system "make" system "make"
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment