Disable use of python in alsa-lib, if not configured

This commit is contained in:
Ulf Samuelsson 2009-01-12 07:40:08 +00:00
parent c6b5799c36
commit a51ee4995c

View File

@ -19,6 +19,8 @@ endif
ifeq ($(BR2_PACKAGE_PYTHON),y)
ALSA_LIB_CONFIGURE_OPTS += --with-pythonlibs=-lpython$(PYTHON_VERSION_MAJOR)
else
ALSA_LIB_CONFIGURE_OPTS += --disable-python
endif
ifeq ($(BR2_SOFT_FLOAT),y)