mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
Disable use of python in alsa-lib, if not configured
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user