jack2: add select on BR2_PACKAGE_ALSA_LIB_SEQ

The BR2_PACKAGE_ALSA_LIB_SEQ option is needed for jack2 to build
properly.

Fixes:

  http://autobuild.buildroot.org/results/fc4/fc42597a9a22af69a33c810561e2b3dd6c6bf8f4/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2014-03-08 11:11:32 +01:00
parent ffca352ac3
commit 714de8abcd

View File

@ -5,6 +5,7 @@ config BR2_PACKAGE_JACK2
select BR2_PACKAGE_LIBSAMPLERATE
select BR2_PACKAGE_LIBSNDFILE
select BR2_PACKAGE_ALSA_LIB
select BR2_PACKAGE_ALSA_LIB_SEQ
help
JACK Audio Connection Kit (server and example clients).