diff options
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 () { |