Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 1 | SUMMARY = "Xmu and Xmuu: X Miscellaneous Utility libraries" |
| 2 | |
| 3 | DESCRIPTION = "The Xmu Library is a collection of miscellaneous (some \ |
| 4 | might say random) utility functions that have been useful in building \ |
| 5 | various applications and widgets. This library is required by the Athena \ |
| 6 | Widgets. A subset of the functions that do not rely on the Athena \ |
| 7 | Widgets (libXaw) or X Toolkit Instrinsics (libXt) are provided in a \ |
| 8 | second library, libXmuu." |
| 9 | |
| 10 | require xorg-lib-common.inc |
| 11 | |
| 12 | LICENSE = "MIT & MIT-style" |
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=def3d8e4e9c42004f1941fa22f01dc18" |
| 14 | |
| 15 | DEPENDS += "libxt libxext" |
| 16 | PROVIDES = "xmu" |
| 17 | |
| 18 | PE = "1" |
| 19 | |
| 20 | XORG_PN = "libXmu" |
| 21 | |
| 22 | LEAD_SONAME = "libXmu" |
| 23 | |
| 24 | PACKAGES =+ "libxmuu" |
| 25 | |
| 26 | FILES_libxmuu = "${libdir}/libXmuu.so.*" |
| 27 | |
| 28 | BBCLASSEXTEND = "native" |
| 29 | |
| 30 | SRC_URI[md5sum] = "ac774cff8b493f566088a255dbf91201" |
| 31 | SRC_URI[sha256sum] = "9c343225e7c3dc0904f2122b562278da5fed639b1b5e880d25111561bac5b731" |
| 32 | |
| 33 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
| 34 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |