- We don't provide the arts library, and it's checked for in a way not suitable for cross compiling.

Thanks to Pavel Roskin.
This commit is contained in:
Bernhard Reutner-Fischer 2006-11-30 09:06:53 +00:00
parent 5de88506d9
commit 60f03494ac

View File

@ -21,12 +21,13 @@ $(SDL_DIR)/.unpacked: $(DL_DIR)/$(SDL_SOURCE)
$(SDL_DIR)/.configured: $(SDL_DIR)/.unpacked
(cd $(SDL_DIR); \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS) " \
CFLAGS="$(TARGET_CFLAGS)" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) \
--prefix=$(STAGING_DIR)/usr \
--disable-arts \
--disable-esd \
--disable-nasm \
--disable-video-x11 );