mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
package/gensio: add C++ optional dependency
C++ is available since 2.3.0 and3fda483f15Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit47cb0c967f) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
ff274c142d
commit
63cda1daa0
@@ -13,6 +13,12 @@ GENSIO_CONF_OPTS = \
|
||||
--without-swig \
|
||||
--without-python
|
||||
|
||||
ifeq ($(BR2_INSTALL_LIBSTDCPP),y)
|
||||
GENSIO_CONF_OPTS += --with-cplusplus
|
||||
else
|
||||
GENSIO_CONF_OPTS += --without-cplusplus
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ALSA_LIB_PCM),y)
|
||||
GENSIO_DEPENDENCIES += alsa-lib
|
||||
GENSIO_CONF_OPTS += --with-alsa
|
||||
|
||||
Reference in New Issue
Block a user