diff options
Diffstat (limited to 'meta/recipes-tbd/pulseaudio/libcanberra_0.10.bb')
-rw-r--r-- | meta/recipes-tbd/pulseaudio/libcanberra_0.10.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-tbd/pulseaudio/libcanberra_0.10.bb b/meta/recipes-tbd/pulseaudio/libcanberra_0.10.bb new file mode 100644 index 0000000000..c6d25dccb0 --- /dev/null +++ b/meta/recipes-tbd/pulseaudio/libcanberra_0.10.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | DESCRIPTION = "Libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops." | ||
2 | LICENSE = "LGPL" | ||
3 | DEPENDS = "gtk+ pulseaudio alsa-lib libtool" | ||
4 | PR = "r3" | ||
5 | |||
6 | inherit gconf autotools | ||
7 | |||
8 | SRC_URI = "http://0pointer.de/lennart/projects/libcanberra/libcanberra-${PV}.tar.gz \ | ||
9 | file://nofallbackfix.patch;patch=1 \ | ||
10 | file://autoconf_version.patch;patch=1" | ||
11 | |||
12 | EXTRA_OECONF = " --disable-oss --disable-ltdl-install" | ||
13 | |||
14 | do_configure_prepend () { | ||
15 | rm -f ${S}/libltdl/configure* | ||
16 | } | ||
17 | |||
18 | FILES_${PN} += "${libdir}/gtk-2.0/modules/ ${datadir}/gnome" | ||
19 | FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug" | ||
20 | |||
21 | AUTOTOOLS_STAGE_PKGCONFIG = "1" | ||
22 | |||