Lakka-LibreELEC/projects/L4T/devices/Switch/packages/switch-alsa-ucm-configs/package.mk
Tomáš Kelemen (vudiq) 4d8ce4d8f7
L4T: cleanup of packages
* remove old license headers
* remove obsolete PKG_ vars
* switch-coreboot|u-boot: use full commit sha (due to new get_git)
* switch-cpu|gpu-profile: fix dependencies and toolchain
2021-11-14 17:50:08 +01:00

11 lines
333 B
Makefile

PKG_NAME="switch-alsa-ucm-configs"
PKG_DEPENDS_TARGET="alsa-lib alsa-ucm-conf"
PKG_SECTION="virtual"
PKG_LONGDESC="Nintendo Switch Alsa UCM Configs"
post_install() {
mkdir -p ${INSTALL}/usr/share/alsa/ucm2
cp -Prv ${PKG_DIR}/ucm_data/* ${INSTALL}/usr/share/alsa/ucm2/
#Audio Fix Service
enable_service alsa-init.service
}