package/pipewire: alsa needs seq
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 8 Sep 2021 06:31:23 +0000 (08:31 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 11 Sep 2021 12:56:29 +0000 (14:56 +0200)
commit6409ea4c220275f76a705df5678b8340a386e553
tree7f7b1f63c5c303c2ce6f6e0f556acef5d8bd5d9d
parent5ec9542415c92584fe0b986feea6326375bd63b6
package/pipewire: alsa needs seq

alsa unconditionally uses seq since version 0.2.90 and
https://github.com/PipeWire/pipewire/commit/818fb9e904a3ea43ba313994e404f1b63833c548
which will result in the following build failure since commit
a6d88d3ba5e30e11f4d726f341bc56c1be7c71c9:

In file included from ../spa/plugins/alsa/alsa-seq-bridge.c:44:
../spa/plugins/alsa/alsa-seq.h:71:2: error: unknown type name 'snd_seq_addr_t'
   71 |  snd_seq_addr_t addr;
      |  ^~~~~~~~~~~~~~

Fixes:
 - http://autobuild.buildroot.org/results/65e3a9185b3b84ad78cd05f788f741b8734d2bbc

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/pipewire/pipewire.mk