libcanberra: sync with poky
authorKoen Kooi <koen@openembedded.org>
Tue, 2 Jun 2009 17:57:42 +0000 (19:57 +0200)
committerKoen Kooi <koen@Powerbook-3.local>
Fri, 5 Jun 2009 15:48:05 +0000 (17:48 +0200)
recipes/pulseaudio/libcanberra_0.12.bb

index e6c71b8..ee2a56b 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Libcanberra is an implementation of the XDG Sound Theme and Name
 LICENSE = "LGPL"
 DEPENDS = "gtk+ pulseaudio alsa-lib gstreamer"
 
-PR = "r1"
+PR = "r2"
 
 inherit gnome
 
@@ -19,6 +19,8 @@ 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"
 
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+
 do_stage() {
        autotools_stage_all
 }