mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 16:24:17 -09:00
package/gensio: add alsa-lib optional dependency
alsa-lib is an optional dependency which is enabled by default since version 2.5.3 anddc9bad87d4Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commita69ecf0e89) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
203b27d3e9
commit
159ffa9b1b
@@ -14,6 +14,13 @@ GENSIO_CONF_OPTS = \
|
||||
--without-swig \
|
||||
--without-python
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ALSA_LIB_PCM),y)
|
||||
GENSIO_DEPENDENCIES += alsa-lib
|
||||
GENSIO_CONF_OPTS += --with-alsa
|
||||
else
|
||||
GENSIO_CONF_OPTS += --without-alsa
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBGLIB2),y)
|
||||
GENSIO_DEPENDENCIES += host-pkgconf libglib2
|
||||
GENSIO_CONF_OPTS += --with-glib
|
||||
|
||||
Reference in New Issue
Block a user