Commit a51ee499 authored by Ulf Samuelsson's avatar Ulf Samuelsson
Browse files

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

parent c6b5799c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)