diff options
author | Peter Bouda <pbouda@cidles.eu> | 2015-05-28 08:22:04 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-11 16:35:17 +0200 |
commit | 6874f5bac94c9cefbf09f3ded4cf4bce66c70e25 (patch) | |
tree | 9a897937b06b38c8c152b2d3da867349cfc516a1 | |
parent | 10619dddcb28c60468b8f5aaafc89ab1ecdeb595 (diff) |
python-pygame: remove python dependency
With the dependency on BR2_PACKAGE_PYTHON it was only possible to
build the package with python2. However, python-pygame works with
python3 so enable it to be built with it.
Signed-off-by: Peter Bouda <pbouda@cidles.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/python-pygame/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/python-pygame/Config.in b/package/python-pygame/Config.in index f72ee319f..932b0f122 100644 --- a/package/python-pygame/Config.in +++ b/package/python-pygame/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_PYTHON_PYGAME bool "python-pygame" - depends on BR2_PACKAGE_PYTHON select BR2_PACKAGE_SDL help Pygame is a cross-platfrom library designed to make it easy to write |