mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
jack2: needs C++ support
Fixes: http://autobuild.buildroot.org/results/ede/ede17f2fdb9b5cd4b974ef820d95b0eba863c420/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
f9db7e6865
commit
5035af0cbb
@ -2,6 +2,7 @@ config BR2_PACKAGE_JACK2
|
|||||||
bool "jack2"
|
bool "jack2"
|
||||||
depends on BR2_LARGEFILE # libsndfile
|
depends on BR2_LARGEFILE # libsndfile
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
|
depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
|
||||||
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
select BR2_PACKAGE_LIBSAMPLERATE
|
select BR2_PACKAGE_LIBSAMPLERATE
|
||||||
select BR2_PACKAGE_LIBSNDFILE
|
select BR2_PACKAGE_LIBSNDFILE
|
||||||
select BR2_PACKAGE_ALSA_LIB
|
select BR2_PACKAGE_ALSA_LIB
|
||||||
@ -18,5 +19,6 @@ config BR2_PACKAGE_JACK2
|
|||||||
|
|
||||||
http://jackaudio.org/
|
http://jackaudio.org/
|
||||||
|
|
||||||
comment "jack2 needs a toolchain w/ largefile and threads"
|
comment "jack2 needs a toolchain w/ largefile, threads, C++"
|
||||||
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||||
|
!BR2_INSTALL_LIBSTDCPP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user