jack2: add select on BR2_PACKAGE_ALSA_LIB_SEQ
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 8 Mar 2014 10:11:32 +0000 (11:11 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 8 Mar 2014 10:11:32 +0000 (11:11 +0100)
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>
package/jack2/Config.in

index 2117f480a23e6e28ba0cf8f53b0dbdb1432cbc2a..978c7a81157b69669545fd531d59bd4ef141a141 100644 (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).