blob: d97bc7a3dd8589c2fa8e67c35e41fb3adbbfc42e [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 Williams44b3caf2024-04-12 16:51:14 -050030SRC_URI[sha256sum] = "072026fe305889538e5b0c5f9cbcd623d2c27d2b85dcd37ca369ab21590b6963"