[Buildroot] [PATCH] SDL fix

Pavel Roskin proski at gnu.org
Wed Nov 29 23:54:43 UTC 2006


Add --disable-arts to the configure switches for SDL.  We don't provide
the arts library, and it's checked for in a way not suitable for cross
compiling.

Index: package/sdl/sdl.mk
===================================================================
--- package/sdl/sdl.mk	(revision 16733)
+++ package/sdl/sdl.mk	(working copy)
@@ -27,6 +27,7 @@
 	--host=$(GNU_TARGET_NAME) \
 	--build=$(GNU_HOST_NAME) \
 	--prefix=$(STAGING_DIR)/usr \
+	--disable-arts \
 	--disable-esd \
 	--disable-nasm \
 	--disable-video-x11 );


-- 
Regards,
Pavel Roskin





More information about the buildroot mailing list