disable nasm since it has a wealth of problems

This commit is contained in:
Mike Frysinger 2005-11-24 10:39:50 +00:00
parent dfebda0014
commit 030df258c7

View File

@ -28,6 +28,7 @@ $(SDL_DIR)/.configured: $(SDL_DIR)/.unpacked
--build=$(GNU_HOST_NAME) \
--prefix=$(STAGING_DIR)/usr \
--disable-esd \
--disable-nasm \
--disable-video-x11 );
touch $(SDL_DIR)/.configured