1 config BR2_PACKAGE_PYTHON_PYGAME
5 Pygame is a cross-platfrom library designed to make it easy to write
6 multimedia software, such as games, in Python. Pygame requires the
7 Python language and SDL multimedia library.
8 It can also make use of several other popular libraries.
10 http://www.pygame.org/
12 if BR2_PACKAGE_PYTHON_PYGAME
13 config BR2_PACKAGE_PYTHON_PYGAME_IMAGE
15 select BR2_PACKAGE_SDL_IMAGE
16 select BR2_PACKAGE_SDL_IMAGE_PNG
17 select BR2_PACKAGE_SDL_IMAGE_JPEG
19 pygame module for loading, saving and transfering images.
20 Will autoselect sdl_image with png and jpeg support.
22 config BR2_PACKAGE_PYTHON_PYGAME_EXAMPLES
23 bool "pygame.examples"
26 Selecting this option adds about 1.5 MB to the target file system.
28 config BR2_PACKAGE_PYTHON_PYGAME_FONT
30 select BR2_PACKAGE_SDL_TTF
32 pygame module for loading and rendering fonts.
33 Will autoselect sdl_ttf.
35 config BR2_PACKAGE_PYTHON_PYGAME_MIXER
37 select BR2_PACKAGE_SDL_MIXER
39 pygame module for loading and playing sounds.
40 Will autoselect sdl_mixer.
42 config BR2_PACKAGE_PYTHON_PYGAME_MIXER_MUSIC
43 bool "pygame.mixer.music"
44 depends on BR2_PACKAGE_PYTHON_PYGAME_MIXER
46 pygame module for controlling streamed audio
48 config BR2_PACKAGE_PYTHON_PYGAME_SCRAP
50 depends on BR2_PACKAGE_SDL_X11
52 pygame module for clipboard support (X11 needed)