mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
* 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
11 lines
333 B
Makefile
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
|
|
}
|