alsa: add alsa-topology-conf and alsa-ucm-conf depends

Topology and UCM configuration files were split off into
separate packages in ALSA 1.2.0

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-02-22 11:41:19 +01:00
parent 00c173ac6e
commit 664bb37519

View File

@ -6,6 +6,6 @@ PKG_VERSION=""
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.alsa-project.org/" PKG_SITE="http://www.alsa-project.org/"
PKG_URL="" PKG_URL=""
PKG_DEPENDS_TARGET="toolchain alsa-lib alsa-utils" PKG_DEPENDS_TARGET="toolchain alsa-lib alsa-utils alsa-topology-conf alsa-ucm-conf"
PKG_SECTION="virtual" PKG_SECTION="virtual"
PKG_LONGDESC="Matapackage to install all alsa components." PKG_LONGDESC="Matapackage to install all alsa components."