blob: 32a2b3535621efee8c5988cf53db9c3d2d33723a [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 Williams864cc432023-02-09 14:54:44 -060025SRC_URI[sha256sum] = "60bb906c5c317a6db863e39b69c4a83fdbd2ae2154fcf47640f8fefc9fdfd1c1"
Andrew Geissler517393d2023-01-13 08:55:19 -060026
27BBCLASSEXTEND = "native"