xmoto: disable sdl test

This commit is contained in:
Adam Vandenberg 2011-12-04 13:14:58 -08:00
parent 027c7e9946
commit 21ba9c145a

View file

@ -24,11 +24,15 @@ class Xmoto < Formula
def install
# The ENV.x11 picks up libpng and sets CFLAGS and LDFLAGS
ENV.x11
system "./configure", "--prefix=#{prefix}", "--with-internal-xdg=1", "--with-apple-opengl-framework"
system "./configure", "--prefix=#{prefix}",
"--disable-sdltest",
"--with-internal-xdg=1",
"--with-apple-opengl-framework"
system "make install"
end
end
__END__
diff --git a/src/image/tim_png.cpp b/src/image/tim_png.cpp
index 75fd545..a1d1cf6 100644