mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
BOARD: separate miyoo packages + concentrate RetroArch/libretro (#129)
MENU->Target packages ---> Miyoo Packages ---> ...
This commit is contained in:
13
package/miyoo/st-sdl/st-sdl.mk
Normal file
13
package/miyoo/st-sdl/st-sdl.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
ST_SDL_VERSION = rev.2.1
|
||||
ST_SDL_SITE_METHOD = git
|
||||
ST_SDL_SITE = https://github.com/Apaczer/miyoo_st-sdl
|
||||
ST_SDL_DEPENDENCIES = sdl
|
||||
define ST_SDL_BUILD_CMDS
|
||||
$(MAKE) CC="$(TARGET_CC)" CXX="$(TARGET_CXX)" LD="$(TARGET_LD)" -C $(@D) -f Makefile.miyoo
|
||||
endef
|
||||
|
||||
define ST_SDL_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D -m 0755 $(@D)/st $(TARGET_DIR)/usr/bin
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user