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:53:44 +0100 |
commit | 9d26c3b8f03c7367779753a5d49e97fd20fd5e20 (patch) | |
tree | f9d2f9b35a38672126484bdbd2f12fccf0194833 /meta/recipes-graphics | |
parent | 0e519c99bafd49ecac97b1fb9185a4d02fb44d75 (diff) | |
download | openembedded-core-9d26c3b8f03c7367779753a5d49e97fd20fd5e20.tar.gz openembedded-core-9d26c3b8f03c7367779753a5d49e97fd20fd5e20.tar.bz2 openembedded-core-9d26c3b8f03c7367779753a5d49e97fd20fd5e20.zip |
libxpm: inherit gettext
libxpm requires the xgettext command to build.
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')
-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 @@ require xorg-lib-common.inc +# libxpm requires xgettext to build +inherit gettext + SUMMARY = "Xpm: X Pixmap extension library" DESCRIPTION = "libXpm provides support and common operation for the XPM \ |