[oe-commits] Michael 'Mickey' Lauer : libcanberra: depends on libtool

git version control git at git.openembedded.org
Wed Oct 21 14:15:18 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 62f3874f4ac90a2595e041afb43bf6e78fe14661
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=62f3874f4ac90a2595e041afb43bf6e78fe14661

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Oct 21 13:34:03 2009 +0000

libcanberra: depends on libtool

---

 recipes/pulseaudio/libcanberra_0.17.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/pulseaudio/libcanberra_0.17.bb b/recipes/pulseaudio/libcanberra_0.17.bb
index 30b645d..a0b6306 100644
--- a/recipes/pulseaudio/libcanberra_0.17.bb
+++ b/recipes/pulseaudio/libcanberra_0.17.bb
@@ -1,11 +1,11 @@
 DESCRIPTION = "Libcanberra is an implementation of the XDG Sound Theme and Name \
 Specifications, for generating event sounds on free desktops."
 LICENSE = "LGPL"
-DEPENDS = "alsa-lib gstreamer gtk+ libvorbis pulseaudio"
+DEPENDS = "alsa-lib gstreamer gtk+ libtool libvorbis"
 SECTION = "libs/multimedia"
 AUTHOR = "Lennart Poettering"
 HOMEPAGE = "http://0pointer.de/lennart/projects/libcanberra"
-PR = "r1"
+PR = "r2"
 
 inherit autotools_stage vala
 AUTOTOOLS_STAGE_PKGCONFIG = "1"





More information about the Openembedded-commits mailing list