Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] SDL fix
@ 2006-11-29 23:54 Pavel Roskin
  2006-11-30  9:12 ` Bernhard Fischer
  0 siblings, 1 reply; 3+ messages in thread
From: Pavel Roskin @ 2006-11-29 23:54 UTC (permalink / raw)
  To: buildroot

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-11-30 13:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-29 23:54 [Buildroot] [PATCH] SDL fix Pavel Roskin
2006-11-30  9:12 ` Bernhard Fischer
2006-11-30 13:57   ` [Buildroot] [PATCH] SDL_image, SDL_ttf & Pygame support julien.boibessot at free.fr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox