From 746bcde60521a8717fe109085b458a3509733e51 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 4 Oct 2014 10:41:02 +0200 Subject: make sound support monolithic It is really hard to get it right, with the dependencies in this case. So if a user wants sound support, he will just get it included in the kernel. If not, just do not activate it. --- package/alsa-lib/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'package/alsa-lib/Makefile') diff --git a/package/alsa-lib/Makefile b/package/alsa-lib/Makefile index dd5e9a3b2..cfc3d47f7 100644 --- a/package/alsa-lib/Makefile +++ b/package/alsa-lib/Makefile @@ -5,7 +5,7 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= alsa-lib PKG_VERSION:= 1.0.28 -PKG_RELEASE:= 4 +PKG_RELEASE:= 5 PKG_MD5SUM:= c9e21b88a2b3e6e12ea7ba0f3b271fc3 PKG_DESCR:= sound library PKG_SECTION:= libs/audio @@ -32,9 +32,14 @@ HOST_STYLE:= auto CONFIGURE_ARGS+= --disable-python alsa-lib-install: - ${INSTALL_DIR} ${IDIR_ALSA_LIB}/usr/lib ${IDIR_ALSA_LIB}/usr/share/alsa + ${INSTALL_DIR} ${IDIR_ALSA_LIB}/usr/lib + ${INSTALL_DIR} ${IDIR_ALSA_LIB}/usr/share/alsa/{cards,pcm} ${CP} ${WRKINST}/usr/lib/libasound.so* ${IDIR_ALSA_LIB}/usr/lib ${CP} ${WRKINST}/usr/share/alsa/alsa.conf ${IDIR_ALSA_LIB}/usr/share/alsa + ${CP} ${WRKINST}//usr/share/alsa/cards/aliases.conf \ + ${IDIR_ALSA_LIB}/usr/share/alsa/cards + ${CP} ${WRKINST}//usr/share/alsa/pcm/*.conf \ + ${IDIR_ALSA_LIB}/usr/share/alsa/pcm include ${ADK_TOPDIR}/mk/host-bottom.mk include ${ADK_TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3