diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-03-30 00:14:42 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-20 10:43:30 +0200 |
commit | cd415cab43f4f1f16d01117a3814efe3fea52455 (patch) | |
tree | 650e94d315fdfcf0f87c02b2dae6dcaeaae50d0f /meta-oe/recipes-multimedia | |
parent | 42854d938543db0a0165ab533ed48ebe109a2d74 (diff) | |
download | meta-openembedded-cd415cab43f4f1f16d01117a3814efe3fea52455.tar.gz |
sound-theme-freedesktop: add glib-2.0 and intltool-native dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r-- | meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb b/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb index 9c4f9c05f..ebcfd127f 100644 --- a/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb +++ b/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb | |||
@@ -3,6 +3,10 @@ HOMEPAGE = "http://freedesktop.org/wiki/Specifications/sound-theme-spec" | |||
3 | LICENSE = "GPLv2+ CC-BY-3.0 CC-BY-SA-3.0" | 3 | LICENSE = "GPLv2+ CC-BY-3.0 CC-BY-SA-3.0" |
4 | LIC_FILES_CHKSUM = "file://CREDITS;md5=3213e601ce34bb42ddc3498903ac4e69" | 4 | LIC_FILES_CHKSUM = "file://CREDITS;md5=3213e601ce34bb42ddc3498903ac4e69" |
5 | 5 | ||
6 | # glib-2.0 for glib-gettext.m4 which provides AM_GLIB_GNU_GETTEXT | ||
7 | # intltool for intltool.m4 which provides IT_PROG_INTLTOOL | ||
8 | DEPENDS = "glib-2.0 intltool-native" | ||
9 | |||
6 | inherit autotools gettext | 10 | inherit autotools gettext |
7 | 11 | ||
8 | DEPENDS += "glib-2.0-native intltool-native" | 12 | DEPENDS += "glib-2.0-native intltool-native" |