aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pulseaudio
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-05-10 13:52:41 +0200
committerKoen Kooi <koen@openembedded.org>2009-05-10 13:52:41 +0200
commit28bac40e6c1bde11de63deda391624ed6dfff3f1 (patch)
tree0e51fa51e6ce4f71bd8cbd2cb6b7ae858443344a /recipes/pulseaudio
parent1b6428c44b431f46c0f2001af9321909332aa52d (diff)
downloadopenembedded-28bac40e6c1bde11de63deda391624ed6dfff3f1.tar.gz
libcanberra: fix packaging and DEPENDS
Diffstat (limited to 'recipes/pulseaudio')
-rw-r--r--recipes/pulseaudio/libcanberra_0.12.bb13
1 files changed, 7 insertions, 6 deletions
diff --git a/recipes/pulseaudio/libcanberra_0.12.bb b/recipes/pulseaudio/libcanberra_0.12.bb
index 42fc3c68a8..e6c71b8bc8 100644
--- a/recipes/pulseaudio/libcanberra_0.12.bb
+++ b/recipes/pulseaudio/libcanberra_0.12.bb
@@ -1,8 +1,10 @@
DESCRIPTION = "Libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops."
LICENSE = "LGPL"
-DEPENDS = "gtk+ pulseaudio alsa-lib"
+DEPENDS = "gtk+ pulseaudio alsa-lib gstreamer"
-inherit gconf autotools
+PR = "r1"
+
+inherit gnome
SRC_URI = "http://0pointer.de/lennart/projects/libcanberra/libcanberra-${PV}.tar.gz"
@@ -13,10 +15,9 @@ do_configure() {
oe_runconf
}
-FILES_${PN} += "${libdir}/gtk-2.0/modules/ ${datadir}/gnome"
-FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug"
-
-AUTOTOOLS_STAGE_PKGCONFIG = "1"
+FILES_${PN} += "${libdir}/gtk-2.0/modules/ ${datadir}/gnome ${libdir}/*/*.so"
+FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug ${libdir}/*/.debug"
+FILES_${PN}-dev += "${libdir}/*/*.a"
do_stage() {
autotools_stage_all