From 0b0e90b18240822bc86de87a2bd08caf65e79f6b Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 17 Nov 2004 01:46:13 +0000 Subject: [PATCH] Explicitly disable alsa in esound. BKrev: 419aad65aGo0IDz6DZrBTuLa4cy8wQ --- esound/esound-gpe_20020817.oe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/esound/esound-gpe_20020817.oe b/esound/esound-gpe_20020817.oe index 97406cb35e..11aa0cc182 100644 --- a/esound/esound-gpe_20020817.oe +++ b/esound/esound-gpe_20020817.oe @@ -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 () { -- 2.39.5