blob: 3aae4030b73b04f15962de45b071aa7f7d3c3527 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001SUMMARY = "Xmu and Xmuu: X Miscellaneous Utility libraries"
2
3DESCRIPTION = "The Xmu Library is a collection of miscellaneous (some \
4might say random) utility functions that have been useful in building \
5various applications and widgets. This library is required by the Athena \
6Widgets. A subset of the functions that do not rely on the Athena \
7Widgets (libXaw) or X Toolkit Instrinsics (libXt) are provided in a \
8second library, libXmuu."
9
10require xorg-lib-common.inc
11
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000012LICENSE = "MIT & MIT"
Patrick Williams7784c422022-11-17 07:29:11 -060013LIC_FILES_CHKSUM = "file://COPYING;md5=e79ad4fcc53b9bfe0fc38507a56446b9"
Brad Bishopc342db32019-05-15 21:57:59 -040014
15DEPENDS += "libxt libxext"
16PROVIDES = "xmu"
17
18PE = "1"
19
20XORG_PN = "libXmu"
21
22LEAD_SONAME = "libXmu"
23
24PACKAGES =+ "libxmuu"
25
Patrick Williams213cb262021-08-07 19:21:33 -050026FILES:libxmuu = "${libdir}/libXmuu.so.*"
Brad Bishopc342db32019-05-15 21:57:59 -040027
28BBCLASSEXTEND = "native"
29
Patrick Williams7784c422022-11-17 07:29:11 -060030SRC_URI[sha256sum] = "210de3ab9c3e9382572c25d17c2518a854ce6e2c62c5f8315deac7579e758244"