mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
create rootf's & SDK from 2018.02.9 buildroot (#10)
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
This commit is contained in:
@@ -41,6 +41,12 @@ config BR2_PACKAGE_PYTHON_PYGAME_MIXER
|
||||
pygame module for loading and playing sounds.
|
||||
Will autoselect sdl_mixer.
|
||||
|
||||
config BR2_PACKAGE_PYTHON_PYGAME_MIXER_MUSIC
|
||||
bool "pygame.mixer.music"
|
||||
depends on BR2_PACKAGE_PYTHON_PYGAME_MIXER
|
||||
help
|
||||
pygame module for controlling streamed audio
|
||||
|
||||
config BR2_PACKAGE_PYTHON_PYGAME_SCRAP
|
||||
bool "pygame.scrap"
|
||||
depends on BR2_PACKAGE_SDL_X11
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
# Locally computed
|
||||
sha256 f95a7dd68ea294d415e36e068d2f533c5a01c67773452d14a535c5c7455681fe pygame-d61ea8eabd56.tar.gz
|
||||
sha256 a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7 LGPL
|
||||
@@ -103,7 +103,7 @@ PYTHON_PYGAME_POST_INSTALL_TARGET_HOOKS += PYTHON_PYGAME_REMOVE_TESTS
|
||||
|
||||
ifneq ($(BR2_PACKAGE_PYTHON_PYGAME_EXAMPLES),y)
|
||||
define PYTHON_PYGAME_REMOVE_EXAMPLES
|
||||
rm -rf $(TARGET_DIR)/usr/lib/python$(PYTHON3_VERSION_MAJOR)/site-packages/pygame/examples
|
||||
rm -rf $(TARGET_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages/pygame/examples
|
||||
endef
|
||||
PYTHON_PYGAME_POST_INSTALL_TARGET_HOOKS += PYTHON_PYGAME_REMOVE_EXAMPLES
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user