diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-18 12:45:15 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-18 12:45:15 +0100 |
commit | c5c33ef672a04398f1ed1c56e4ecebca6c14aea5 (patch) | |
tree | 55d5c1ff32275066ad093ced0e1c71bd7e05a240 /meta-moblin | |
parent | 6c59a754e02180cf5fd12745d8683acaa03229aa (diff) | |
download | poky-c5c33ef672a04398f1ed1c56e4ecebca6c14aea5.tar.gz |
libcanberra: Pass the --disable-ltdl-install configure option and DEPEND on libtool
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin')
-rw-r--r-- | meta-moblin/packages/pulseaudio/libcanberra_0.10.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-moblin/packages/pulseaudio/libcanberra_0.10.bb b/meta-moblin/packages/pulseaudio/libcanberra_0.10.bb index ad44b0f1ab..29751d9b9c 100644 --- a/meta-moblin/packages/pulseaudio/libcanberra_0.10.bb +++ b/meta-moblin/packages/pulseaudio/libcanberra_0.10.bb | |||
@@ -1,14 +1,14 @@ | |||
1 | DESCRIPTION = "Libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops." | 1 | DESCRIPTION = "Libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops." |
2 | LICENSE = "LGPL" | 2 | LICENSE = "LGPL" |
3 | DEPENDS = "gtk+ pulseaudio alsa-lib" | 3 | DEPENDS = "gtk+ pulseaudio alsa-lib libtool" |
4 | PR = "r1" | 4 | PR = "r2" |
5 | 5 | ||
6 | inherit gconf autotools | 6 | inherit gconf autotools |
7 | 7 | ||
8 | SRC_URI = "http://0pointer.de/lennart/projects/libcanberra/libcanberra-${PV}.tar.gz \ | 8 | SRC_URI = "http://0pointer.de/lennart/projects/libcanberra/libcanberra-${PV}.tar.gz \ |
9 | file://autoconf_version.patch;patch=1" | 9 | file://autoconf_version.patch;patch=1" |
10 | 10 | ||
11 | EXTRA_OECONF = " --disable-oss " | 11 | EXTRA_OECONF = " --disable-oss --disable-ltdl-install" |
12 | 12 | ||
13 | do_configure_prepend () { | 13 | do_configure_prepend () { |
14 | rm -f ${S}/libltdl/configure* | 14 | rm -f ${S}/libltdl/configure* |