summaryrefslogtreecommitdiff
path: root/alsa-lib/alsa-lib_0.9.8.oe
diff options
context:
space:
mode:
Diffstat (limited to 'alsa-lib/alsa-lib_0.9.8.oe')
-rw-r--r--alsa-lib/alsa-lib_0.9.8.oe4
1 files changed, 1 insertions, 3 deletions
diff --git a/alsa-lib/alsa-lib_0.9.8.oe b/alsa-lib/alsa-lib_0.9.8.oe
index 70d44463e8..f5db8e060e 100644
--- a/alsa-lib/alsa-lib_0.9.8.oe
+++ b/alsa-lib/alsa-lib_0.9.8.oe
@@ -6,7 +6,7 @@ FILES_alsa-lib_append=" ${datadir}/alsa"
SRC_URI="ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2"
-inherit autotools libtool
+inherit autotools libtool pkgconfig
EXTRA_OECONF="--with-cards=pdaudiocf --with-oss=yes"
@@ -17,6 +17,4 @@ do_stage () {
install -d ${STAGING_DIR}/target/include/alsa/sound
install -m 0644 include/*.h ${STAGING_DIR}/target/include/alsa/
install -m 0644 include/sound/ainstr*.h ${STAGING_DIR}/target/include/alsa/sound/
- install -d ${PKG_CONFIG_DIR}
- install -m 0644 utils/alsa.pc ${PKG_CONFIG_DIR}/
}