diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-07 21:38:47 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-07 21:38:47 +0100 |
commit | 519b7c0dd398aaa3e0f3b32fdacbc44759480aac (patch) | |
tree | 93b9dce1687b9e4bc47c4a42ba6de881c737ae8b /meta/recipes-tbd/pulseaudio/libcanberra_0.10.bb | |
parent | 02445fca7b6d222c94a6bb3efd35d094025ae5fb (diff) | |
download | poky-519b7c0dd398aaa3e0f3b32fdacbc44759480aac.tar.gz |
pulseaudio: Add back after it was lost in meta-moblin removal (and dependencies)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
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 | |||