Commit a48b130c authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

sdl_ttf: fix sdl dependency

Patch by artemys - Closes #4164.
parent eb04f1fe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_SDL_TTF
	bool "SDL_TTF"
	depends on BR2_PACKAGE_SDL
	default n
	select BR2_PACKAGE_FREETYPE
	help
+1 −1
Original line number Diff line number Diff line
@@ -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