diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-10 16:22:45 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-12 08:38:30 +0200 |
commit | c0045072917a0973a741bd3196a6b5a36a3d0a04 (patch) | |
tree | 799973c4d93cbd7f37dee6c5e63effe57849e3ea /meta-multimedia/recipes-multimedia/sox | |
parent | 90d05545a7f984378cdb97325466166420b13a77 (diff) | |
download | meta-openembedded-c0045072917a0973a741bd3196a6b5a36a3d0a04.tar.gz |
sox: add PACKAGECONFIG for ao
* fixes following issue from test-dependencies report:
sox/sox/latest lost dependency on libao
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/sox')
-rw-r--r-- | meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb b/meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb index cfc61d4ef..18d77bbdb 100644 --- a/meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb +++ b/meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb | |||
@@ -19,6 +19,7 @@ PACKAGECONFIG[magic] = "--with-magic,--without-magic,file," | |||
19 | PACKAGECONFIG[mad] = "--with-mad,--without-mad,libmad," | 19 | PACKAGECONFIG[mad] = "--with-mad,--without-mad,libmad," |
20 | PACKAGECONFIG[id3tag] = "--with-id3tag,--without-id3tag,libid3tag," | 20 | PACKAGECONFIG[id3tag] = "--with-id3tag,--without-id3tag,libid3tag," |
21 | PACKAGECONFIG[lame] = "--with-lame,--without-lame,lame," | 21 | PACKAGECONFIG[lame] = "--with-lame,--without-lame,lame," |
22 | PACKAGECONFIG[ao] = "--with-ao,--without-ao,libao," | ||
22 | 23 | ||
23 | LICENSE = "GPLv2 & LGPLv2.1" | 24 | LICENSE = "GPLv2 & LGPLv2.1" |
24 | LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe \ | 25 | LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe \ |