diff options
author | Diego Sueiro <diego.sueiro@gmail.com> | 2014-02-18 10:54:41 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-02-23 23:17:29 +0100 |
commit | bc6e6112e6c7082241c69fb3d8277b267dd5620a (patch) | |
tree | 661023b0506d4f3b73dd391e8cb867dbaf0f4981 /meta-multimedia | |
parent | e36a4e5adfaae0307e4be8088e866c68290bd783 (diff) | |
download | meta-openembedded-bc6e6112e6c7082241c69fb3d8277b267dd5620a.tar.gz |
libao: Add PACKAGECONFIG for esound support
libao compiling is failing because of a dependency on esound.
Adding PACKAGECONFIG to fix the issue.
Signed-off-by: Diego Sueiro <diego.sueiro@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/libao/libao_1.1.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/libao/libao_1.1.0.bb b/meta-multimedia/recipes-multimedia/libao/libao_1.1.0.bb index efd5ec3b7..1ca140aae 100644 --- a/meta-multimedia/recipes-multimedia/libao/libao_1.1.0.bb +++ b/meta-multimedia/recipes-multimedia/libao/libao_1.1.0.bb | |||
@@ -23,3 +23,6 @@ python populate_packages_prepend () { | |||
23 | do_split_packages(d, rootdir, '^(.*)\.so$', output_pattern='${BPN}-plugin-%s', description='AO %s plugin') | 23 | do_split_packages(d, rootdir, '^(.*)\.so$', output_pattern='${BPN}-plugin-%s', description='AO %s plugin') |
24 | do_split_packages(d, rootdir_dbg, '^(.*)\.so$', output_pattern='${BPN}-plugin-%s-dbg', description='AO %s plugin debug data') | 24 | do_split_packages(d, rootdir_dbg, '^(.*)\.so$', output_pattern='${BPN}-plugin-%s-dbg', description='AO %s plugin debug data') |
25 | } | 25 | } |
26 | |||
27 | PACKAGECONFIG ?= "" | ||
28 | PACKAGECONFIG[esound] = "--enable-esd,--disable-esd,esound" | ||