Merge pull request #3848 from mrdominuzq/openelec-python-modules

disable python ossaudiodev module
This commit is contained in:
Stephan Raue 2015-01-31 20:00:21 +01:00
commit b0771d1317

View File

@ -33,7 +33,7 @@ PKG_LONGDESC="Python is an interpreted object-oriented programming language, and
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
PY_DISABLED_MODULES="readline _curses _curses_panel _tkinter nis gdbm bsddb"
PY_DISABLED_MODULES="readline _curses _curses_panel _tkinter nis gdbm bsddb ossaudiodev"
PKG_CONFIGURE_OPTS_HOST="--cache-file=config.cache \
--without-cxx-main \