Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 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=51f4270b012ecd4ab1a164f5f4ed6cf7" |
| 15 | DEPENDS += "libxext libsm libxt gettext-native" |
| 16 | PE = "1" |
| 17 | |
| 18 | XORG_PN = "libXpm" |
| 19 | |
| 20 | PACKAGES =+ "sxpm cxpm" |
| 21 | FILES:cxpm = "${bindir}/cxpm" |
| 22 | FILES:sxpm = "${bindir}/sxpm" |
| 23 | |
| 24 | SRC_URI[sha256sum] = "f7eb8f69c039281def8258ae6859adb5f050fbe161ab3d6a2d6ef109a603eac2" |
| 25 | |
| 26 | BBCLASSEXTEND = "native" |