diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-17 01:46:13 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-17 01:46:13 +0000 |
commit | 0b0e90b18240822bc86de87a2bd08caf65e79f6b (patch) | |
tree | df1decadc89ddda7d53370e4bcd25d4ac7fed78e /esound | |
parent | 39365daa44195745ed5befbacf6eaa64d92f5d66 (diff) |
Explicitly disable alsa in esound.
BKrev: 419aad65aGo0IDz6DZrBTuLa4cy8wQ
Diffstat (limited to 'esound')
-rw-r--r-- | esound/esound-gpe_20020817.oe | 4 |
1 files changed, 3 insertions, 1 deletions
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 () { |