blob: c3d01f1bb36dfab48373886406b52e2f3ee366d4 [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
Patrick Williamsb542dec2023-06-09 01:26:37 -050025SRC_URI[sha256sum] = "e6bc5da7a69dbd9bcc67e87c93d4904fe2f5177a0711c56e71fa2f6eff649f51"
Andrew Geissler517393d2023-01-13 08:55:19 -060026
27BBCLASSEXTEND = "native"