diff options
author | Jesse Zhang <sen.zhang@windriver.com> | 2012-08-27 06:01:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-30 20:59:10 +0100 |
commit | 88744907b2219fa5e36070cc4f69748a25400f57 (patch) | |
tree | 35842c38a93c5b364b5779f8be78a4fd3b37830c /meta/recipes-graphics/xorg-lib | |
parent | d4e632a16a51f7155fcf610edce4318300393dd8 (diff) | |
download | poky-88744907b2219fa5e36070cc4f69748a25400f57.tar.gz |
libxpm: inherit gettext
libxpm requires the xgettext command to build.
(From OE-Core rev: 9d26c3b8f03c7367779753a5d49e97fd20fd5e20)
Signed-off-by: Jesse Zhang <sen.zhang@windriver.com>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb index 9eaa2122ce..17b1ef58c8 100644 --- a/meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb +++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb | |||
@@ -1,5 +1,8 @@ | |||
1 | require xorg-lib-common.inc | 1 | require xorg-lib-common.inc |
2 | 2 | ||
3 | # libxpm requires xgettext to build | ||
4 | inherit gettext | ||
5 | |||
3 | SUMMARY = "Xpm: X Pixmap extension library" | 6 | SUMMARY = "Xpm: X Pixmap extension library" |
4 | 7 | ||
5 | DESCRIPTION = "libXpm provides support and common operation for the XPM \ | 8 | DESCRIPTION = "libXpm provides support and common operation for the XPM \ |