| Submitter | Jesse Zhang |
|---|---|
| Date | Aug. 24, 2012, 4:28 a.m. |
| Message ID | <0159b53838f4553a34612073f5e2812f77a99fd7.1345782105.git.sen.zhang@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/35253/ |
| State | New |
| Headers | show |
Comments
Patch
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 9eaa212..f84a239 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 \ @@ -10,7 +13,7 @@ protocol." LICENSE = "BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=3e07763d16963c3af12db271a31abaa5" DEPENDS += "libxext libsm libxt" -PR = "r0" +PR = "r1" PE = "1" XORG_PN = "libXpm"
libxpm requires the xgettext command to build. Signed-off-by: Jesse Zhang <sen.zhang@windriver.com> --- meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)