Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [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 | |
| 11 | require xorg-lib-common.inc |
| 12 | |
| 13 | LICENSE = "MIT & MIT-style" |
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=def3d8e4e9c42004f1941fa22f01dc18" |
| 15 | |
| 16 | DEPENDS += "libxt libxext" |
| 17 | PROVIDES = "xmu" |
| 18 | |
| 19 | PE = "1" |
| 20 | |
| 21 | XORG_PN = "libXmu" |
| 22 | |
| 23 | LEAD_SONAME = "libXmu" |
| 24 | |
| 25 | PACKAGES =+ "libxmuu" |
| 26 | |
| 27 | FILES_libxmuu = "${libdir}/libXmuu.so.*" |
| 28 | |
| 29 | BBCLASSEXTEND = "native" |
| 30 | |
| 31 | SRC_URI[md5sum] = "41d92ab627dfa06568076043f3e089e4" |
| 32 | SRC_URI[sha256sum] = "756edc7c383254eef8b4e1b733c3bf1dc061b523c9f9833ac7058378b8349d0b" |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 33 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 34 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 35 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |