All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Roskin <proski@gnu.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] SDL fix
Date: Wed, 29 Nov 2006 18:54:43 -0500	[thread overview]
Message-ID: <1164844483.23643.33.camel@dv> (raw)

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

             reply	other threads:[~2006-11-29 23:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-29 23:54 Pavel Roskin [this message]
2006-11-30  9:12 ` [Buildroot] [PATCH] SDL fix Bernhard Fischer
2006-11-30 13:57   ` [Buildroot] [PATCH] SDL_image, SDL_ttf & Pygame support julien.boibessot at free.fr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1164844483.23643.33.camel@dv \
    --to=proski@gnu.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.