diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-26 22:28:35 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-26 22:28:35 +0000 |
commit | 5872db63afcbb197cc6f002201f989a2fda3be7e (patch) | |
tree | 4fb15f69400262ecd451c993889e1b1bd5f78d3f /alsa-lib | |
parent | 92137783a575c8d393111e9cc9462b793a5adaf1 (diff) |
Make pycap's versioned deps function, and make alsa-lib inherit pkgconfig.
BKrev: 40159493M0FgpblePZDXXe9J9QOALA
Diffstat (limited to 'alsa-lib')
-rw-r--r-- | alsa-lib/alsa-lib_0.9.8.oe | 4 |
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}/ } |