Explicitly disable alsa in esound.
authorChris Larson <clarson@kergoth.com>
Wed, 17 Nov 2004 01:46:13 +0000 (01:46 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 17 Nov 2004 01:46:13 +0000 (01:46 +0000)
BKrev: 419aad65aGo0IDz6DZrBTuLa4cy8wQ

esound/esound-gpe_20020817.oe

index 97406cb..11aa0cc 100644 (file)
@@ -5,7 +5,7 @@ SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=gpe/base/esound \
           file://configure.patch;patch=1"
 S = "${WORKDIR}/esound"
 DEPENDS = "audiofile"
-PR = "r1"
+PR = "r2"
 
 PACKAGES =+ "esddsp esd esd-utils"
 
@@ -15,6 +15,8 @@ FILES_esd-utils = "${bindir}"
 
 inherit autotools libtool pkgconfig
 
+EXTRA_OECONF = "--disable-alsa"
+
 SOV = "0.2.28"
 
 do_stage () {