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" |
Patrick Williams | 864cc43 | 2023-02-09 14:54:44 -0600 | [diff] [blame] | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=903942ebc9d807dfb68540f40bae5aff" |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 15 | DEPENDS += "libxext libsm libxt gettext-native" |
| 16 | PE = "1" |
| 17 | |
| 18 | XORG_PN = "libXpm" |
Patrick Williams | 864cc43 | 2023-02-09 14:54:44 -0600 | [diff] [blame] | 19 | EXTRA_OECONF += "--disable-open-zfile" |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 20 | |
| 21 | PACKAGES =+ "sxpm cxpm" |
| 22 | FILES:cxpm = "${bindir}/cxpm" |
| 23 | FILES:sxpm = "${bindir}/sxpm" |
| 24 | |
Andrew Geissler | 2013739 | 2023-10-12 04:59:14 -0600 | [diff] [blame] | 25 | SRC_URI[sha256sum] = "64b31f81019e7d388c822b0b28af8d51c4622b83f1f0cb6fa3fc95e271226e43" |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 26 | |
| 27 | BBCLASSEXTEND = "native" |