diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-15 21:10:55 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-15 21:10:55 +0000 |
commit | cbc7d5697cc49cea156c83d563a45106d9711192 (patch) | |
tree | 2a2592fa03bc6cf852fec3e05b7b9d4cd5e2624f /portaudio | |
parent | ba846aa790484f5c3142e4fb50d0be6633420dbd (diff) |
Explicitly disable jack support in portaudio for now. Need to make all the --with opts to portaudio's configure explicit at some point.
BKrev: 400701dfW4zM2YDYMjKP7B5pZygC2g
Diffstat (limited to 'portaudio')
-rw-r--r-- | portaudio/portaudio_0.0.19.oe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/portaudio/portaudio_0.0.19.oe b/portaudio/portaudio_0.0.19.oe index 26a2158aee..3bc19b5d3e 100644 --- a/portaudio/portaudio_0.0.19.oe +++ b/portaudio/portaudio_0.0.19.oe @@ -11,6 +11,8 @@ S=${WORKDIR}/portaudio inherit autotools libtool pkgconfig +EXTRA_OECONF = '--with-jack=no' + do_stage() { install -m 0755 lib/libportaudio.so.${PV} ${STAGING_LIBDIR}/ ln -sf libportaudio.so.${PV} ${STAGING_LIBDIR}/libportaudio.so.0 |