summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxmu_1.1.3.bb
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-04-01 23:30:42 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-12 14:05:37 +0100
commit5b664e9a373dd7e811a4e4ec891bc2a1e747f5a6 (patch)
tree8520b70d9437e65f1113340d413759a2aa8bde93 /meta/recipes-graphics/xorg-lib/libxmu_1.1.3.bb
parent2365b1ba0f720b3e5bee7fe6429d42c89db77238 (diff)
downloadpoky-5b664e9a373dd7e811a4e4ec891bc2a1e747f5a6.tar.gz
libxmu: update to 1.1.3
(From OE-Core rev: 21b861d5e86c2345fa73e80c979b94c270bf31e8) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxmu_1.1.3.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxmu_1.1.3.bb34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxmu_1.1.3.bb b/meta/recipes-graphics/xorg-lib/libxmu_1.1.3.bb
new file mode 100644
index 0000000000..dc3179f53e
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxmu_1.1.3.bb
@@ -0,0 +1,34 @@
1SUMMARY = "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
12LICENSE = "MIT & MIT-style"
13LIC_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
26FILES_libxmuu = "${libdir}/libXmuu.so.*"
27
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,"