Commit 60f03494 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

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

-  We don't provide the arts library, and it's checked for in a way not suitable for cross compiling.
Thanks to Pavel Roskin.
parent 5de88506
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ $(SDL_DIR)/.configured: $(SDL_DIR)/.unpacked
	--host=$(GNU_TARGET_NAME) \
	--build=$(GNU_HOST_NAME) \
	--prefix=$(STAGING_DIR)/usr \
	--disable-arts \
	--disable-esd \
	--disable-nasm \
	--disable-video-x11 );