aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-01-20 22:57:58 +0000
committerKoen Kooi <koen@openembedded.org>2007-01-20 22:57:58 +0000
commit50278b5113620df0a24b63231c98fc8fdf8c60f7 (patch)
tree03ee795e4fac48ba9c279f327e041b93ebf3422c
parentebf324cdf5884f20e24cdafdedb24d61c6387ccb (diff)
downloadopenembedded-50278b5113620df0a24b63231c98fc8fdf8c60f7.tar.gz
pulseaudio: provide esound
* should be change this to virtual/esound?
-rw-r--r--packages/pulseaudio/pulseaudio_0.9.5.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/pulseaudio/pulseaudio_0.9.5.bb b/packages/pulseaudio/pulseaudio_0.9.5.bb
index c96d926442..68c6889540 100644
--- a/packages/pulseaudio/pulseaudio_0.9.5.bb
+++ b/packages/pulseaudio/pulseaudio_0.9.5.bb
@@ -8,6 +8,9 @@ DEPENDS = "liboil avahi libsamplerate0 libsndfile1 libtool"
# optional
DEPENDS += "alsa-lib"
+PROVIDES = "esound"
+RPROVIDES = "esound"
+
PR = "r2"
SRC_URI = "http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-${PV}.tar.gz"