blob: 8e15ecc0d488d5e4c200f050d0d1aab28f996a11 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001require xorg-lib-common.inc
2
3# libxpm requires xgettext to build
4inherit gettext
5
6SUMMARY = "Xpm: X Pixmap extension library"
7
8DESCRIPTION = "libXpm provides support and common operation for the XPM \
9pixmap format, which is commonly used in legacy X applications. XPM is \
10an extension of the monochrome XBM bitmap specificied in the X \
11protocol."
12
13LICENSE = "MIT"
Patrick Williams864cc432023-02-09 14:54:44 -060014LIC_FILES_CHKSUM = "file://COPYING;md5=903942ebc9d807dfb68540f40bae5aff"
Andrew Geissler517393d2023-01-13 08:55:19 -060015DEPENDS += "libxext libsm libxt gettext-native"
16PE = "1"
17
18XORG_PN = "libXpm"
Patrick Williams864cc432023-02-09 14:54:44 -060019EXTRA_OECONF += "--disable-open-zfile"
Andrew Geissler517393d2023-01-13 08:55:19 -060020
21PACKAGES =+ "sxpm cxpm"
22FILES:cxpm = "${bindir}/cxpm"
23FILES:sxpm = "${bindir}/sxpm"
24
Andrew Geissler20137392023-10-12 04:59:14 -060025SRC_URI[sha256sum] = "64b31f81019e7d388c822b0b28af8d51c4622b83f1f0cb6fa3fc95e271226e43"
Andrew Geissler517393d2023-01-13 08:55:19 -060026
27BBCLASSEXTEND = "native"