diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb')
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb new file mode 100644 index 0000000000..8e15ecc0d4 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | require xorg-lib-common.inc | ||
| 2 | |||
| 3 | # libxpm requires xgettext to build | ||
| 4 | inherit gettext | ||
| 5 | |||
| 6 | SUMMARY = "Xpm: X Pixmap extension library" | ||
| 7 | |||
| 8 | DESCRIPTION = "libXpm provides support and common operation for the XPM \ | ||
| 9 | pixmap format, which is commonly used in legacy X applications. XPM is \ | ||
| 10 | an extension of the monochrome XBM bitmap specificied in the X \ | ||
| 11 | protocol." | ||
| 12 | |||
| 13 | LICENSE = "MIT" | ||
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=903942ebc9d807dfb68540f40bae5aff" | ||
| 15 | DEPENDS += "libxext libsm libxt gettext-native" | ||
| 16 | PE = "1" | ||
| 17 | |||
| 18 | XORG_PN = "libXpm" | ||
| 19 | EXTRA_OECONF += "--disable-open-zfile" | ||
| 20 | |||
| 21 | PACKAGES =+ "sxpm cxpm" | ||
| 22 | FILES:cxpm = "${bindir}/cxpm" | ||
| 23 | FILES:sxpm = "${bindir}/sxpm" | ||
| 24 | |||
| 25 | SRC_URI[sha256sum] = "64b31f81019e7d388c822b0b28af8d51c4622b83f1f0cb6fa3fc95e271226e43" | ||
| 26 | |||
| 27 | BBCLASSEXTEND = "native" | ||
