blob: eab3f075129bbd8e80738454740773946502ddc6 [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"
Brad Bishopc342db32019-05-15 21:57:59 -040013LIC_FILES_CHKSUM = "file://COPYING;md5=def3d8e4e9c42004f1941fa22f01dc18"
14
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
30SRC_URI[md5sum] = "ac774cff8b493f566088a255dbf91201"
31SRC_URI[sha256sum] = "9c343225e7c3dc0904f2122b562278da5fed639b1b5e880d25111561bac5b731"
32
33PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
34PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"