diff options
| author | Khem Raj <raj.khem@gmail.com> | 2011-03-31 21:08:50 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 14:09:51 +0100 |
| commit | 5f12582e6b7d2fd5b7247437009eddc974a2161b (patch) | |
| tree | 887bb536fc7f74ad13cbc3143ad2fe2eefd3d09e /meta/recipes-graphics | |
| parent | 55a8009ece2aaac04ec416422ba0b241abe7505f (diff) | |
| download | poky-5f12582e6b7d2fd5b7247437009eddc974a2161b.tar.gz | |
clutter.inc: inherit gettext class instead of adding gettext to DEPENDS directly
(From OE-Core rev: e528d36d22903c09fe19530014664890f7262662)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
| -rw-r--r-- | meta/recipes-graphics/clutter/clutter.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/clutter/clutter.inc b/meta/recipes-graphics/clutter/clutter.inc index bdfcb9169b..2f9a55cab5 100644 --- a/meta/recipes-graphics/clutter/clutter.inc +++ b/meta/recipes-graphics/clutter/clutter.inc | |||
| @@ -7,7 +7,7 @@ COMPATIBLE_MACHINE = "(zylonite|mx31litekit|omap-3430ldp|omap-3430sdp|mx31ads|qe | |||
| 7 | STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gtk+ libxi" | 7 | STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gtk+ libxi" |
| 8 | BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}" | 8 | BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}" |
| 9 | 9 | ||
| 10 | DEPENDS = "${STDDEPENDS} virtual/libgl gettext" | 10 | DEPENDS = "${STDDEPENDS} virtual/libgl" |
| 11 | EXTRA_OECONF = "${BASE_CONF} --with-flavour=glx" | 11 | EXTRA_OECONF = "${BASE_CONF} --with-flavour=glx" |
| 12 | 12 | ||
| 13 | DEPENDS_zylonite = "${STDDEPENDS} libgles-zylonite tslib" | 13 | DEPENDS_zylonite = "${STDDEPENDS} libgles-zylonite tslib" |
| @@ -45,7 +45,7 @@ PACKAGE_ARCH_menlow = "${MACHINE_ARCH}" | |||
| 45 | 45 | ||
| 46 | FILESPATH = "${FILE_DIRNAME}/clutter" | 46 | FILESPATH = "${FILE_DIRNAME}/clutter" |
| 47 | 47 | ||
| 48 | inherit autotools pkgconfig gtk-doc | 48 | inherit autotools pkgconfig gtk-doc gettext |
| 49 | 49 | ||
| 50 | #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points | 50 | #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points |
| 51 | require clutter-fpu.inc | 51 | require clutter-fpu.inc |
