diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-09 14:03:10 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-11 10:59:18 +0200 |
commit | e216c1dacf1269601b93980bdea7b4b1ca355b31 (patch) | |
tree | 713590f1a7be2750811eb87d732b884925b42e42 /meta-multimedia/recipes-multimedia | |
parent | 05cffca8754f85e5a52d22c1653a6a175d62abc1 (diff) | |
download | meta-openembedded-e216c1dacf1269601b93980bdea7b4b1ca355b31.tar.gz |
mpg123: add all floating dependencies
* fixes following floating dependencies:
mpg123/mpg123/latest lost dependency on audiofile esound libjack
libsdl openal-soft portaudio-v19 tslib
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/mpg123/mpg123_1.19.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.19.0.bb b/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.19.0.bb index dd5c3a44c..9d9dc8429 100644 --- a/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.19.0.bb +++ b/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.19.0.bb | |||
@@ -6,6 +6,8 @@ HOMEPAGE = "http://mpg123.de/" | |||
6 | BUGTRACKER = "http://sourceforge.net/p/mpg123/bugs/" | 6 | BUGTRACKER = "http://sourceforge.net/p/mpg123/bugs/" |
7 | SECTION = "multimedia" | 7 | SECTION = "multimedia" |
8 | 8 | ||
9 | DEPENDS = "tslib libsdl jack openal-soft portaudio-v19 audiofile esound" | ||
10 | |||
9 | # The options should be mutually exclusive for configuration script. | 11 | # The options should be mutually exclusive for configuration script. |
10 | # If both alsa and pulseaudio are specified (as in the default distro features) | 12 | # If both alsa and pulseaudio are specified (as in the default distro features) |
11 | # pulseaudio takes precedence. | 13 | # pulseaudio takes precedence. |