1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-25 08:26:18 +00:00
Lakka-LibreELEC/packages/virtual/alsa/package.mk
Matthias Reichl 664bb37519 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>
2020-02-22 11:45:52 +01:00

12 lines
371 B
Makefile

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
PKG_NAME="alsa"
PKG_VERSION=""
PKG_LICENSE="GPL"
PKG_SITE="http://www.alsa-project.org/"
PKG_URL=""
PKG_DEPENDS_TARGET="toolchain alsa-lib alsa-utils alsa-topology-conf alsa-ucm-conf"
PKG_SECTION="virtual"
PKG_LONGDESC="Matapackage to install all alsa components."