sdl_ttf: fix sdl dependency

Patch by artemys - Closes #4164.
This commit is contained in:
Peter Korsgaard 2008-07-17 09:55:23 +00:00
parent eb04f1fe6d
commit a48b130c51
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_SDL_TTF
bool "SDL_TTF"
depends on BR2_PACKAGE_SDL
default n
select BR2_PACKAGE_FREETYPE
help

View File

@ -60,7 +60,7 @@ $(TARGET_DIR)/usr/lib/libSDL_ttf.so: $(STAGING_DIR)/usr/lib/libSDL_ttf.so
cp -dpf $(STAGING_DIR)/usr/lib/libSDL_ttf*.so* $(TARGET_DIR)/usr/lib/
-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libSDL_ttf.so
SDL sdl_ttf: uclibc $(TARGET_DIR)/usr/lib/libSDL_ttf.so
sdl_ttf: uclibc sdl $(TARGET_DIR)/usr/lib/libSDL_ttf.so
sdl_ttf-clean:
$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(SDL_TTF_DIR) uninstall