mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 00:17:43 +00:00
parent
eb04f1fe6d
commit
a48b130c51
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_SDL_TTF
|
config BR2_PACKAGE_SDL_TTF
|
||||||
bool "SDL_TTF"
|
bool "SDL_TTF"
|
||||||
|
depends on BR2_PACKAGE_SDL
|
||||||
default n
|
default n
|
||||||
select BR2_PACKAGE_FREETYPE
|
select BR2_PACKAGE_FREETYPE
|
||||||
help
|
help
|
||||||
|
@ -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/
|
cp -dpf $(STAGING_DIR)/usr/lib/libSDL_ttf*.so* $(TARGET_DIR)/usr/lib/
|
||||||
-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libSDL_ttf.so
|
-$(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:
|
sdl_ttf-clean:
|
||||||
$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(SDL_TTF_DIR) uninstall
|
$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(SDL_TTF_DIR) uninstall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user