File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- pygame
21pygame_gui
Original file line number Diff line number Diff line change @@ -1333,7 +1333,12 @@ BR2_PACKAGE_PYTHON_PIP=y
13331333# BR2_PACKAGE_PYTHON_PYDANTIC is not set
13341334# BR2_PACKAGE_PYTHON_PYELFTOOLS is not set
13351335# BR2_PACKAGE_PYTHON_PYFTPDLIB is not set
1336- # BR2_PACKAGE_PYTHON_PYGAME is not set
1336+ BR2_PACKAGE_PYTHON_PYGAME=y
1337+ BR2_PACKAGE_PYTHON_PYGAME_IMAGE=y
1338+ BR2_PACKAGE_PYTHON_PYGAME_EXAMPLES=y
1339+ BR2_PACKAGE_PYTHON_PYGAME_FONT=y
1340+ BR2_PACKAGE_PYTHON_PYGAME_MIXER=y
1341+ BR2_PACKAGE_PYTHON_PYGAME_MIXER_MUSIC=y
13371342# BR2_PACKAGE_PYTHON_PYGMENTS is not set
13381343# BR2_PACKAGE_PYTHON_PYHAMCREST is not set
13391344# BR2_PACKAGE_PYTHON_PYICU is not set
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ PYLIBVER=python3.8
77SNAKEWARE=$PWD /..
88
99# install pip modules
10- $SNAKEWARE /buildroot/output/target/usr/bin/python3 -m pip install --global-option=build_ext --global-option=" -I/usr/include/" -r $SNAKEWARE /config/pip_modules.txt
10+ $SNAKEWARE /buildroot/output/target/usr/bin/python3 -m pip install --global-option=build_ext --global-option=" -I/usr/include/python3.8 " --global-option= " -I/usr/include/ " -r $SNAKEWARE /config/pip_modules.txt
1111
1212# copy snakewm
1313rm -rf $SNAKEWARE /buildroot/output/target/usr/lib/$PYLIBVER /snakewm
You can’t perform that action at this time.
0 commit comments