blob: d54e6cae65c8df0bbef010c9c2264b9f969aa502 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001require xorg-app-common.inc
2
3SUMMARY = "Server access control program for X"
4
5DESCRIPTION = "The xhost program is used to add and delete host names or \
6user names to the list allowed to make connections to the X server. In \
7the case of hosts, this provides a rudimentary form of privacy control \
8and security. Environments which require more sophisticated measures \
9should implement the user-based mechanism or use the hooks in the \
10protocol for passing other authentication data to the server."
11
12LIC_FILES_CHKSUM = "file://COPYING;md5=b1f81049109f21bb3c365d9f42f79f3b"
13DEPENDS += "libxmu libxau gettext-native"
14PE = "1"
15
16SRC_URI_EXT = "xz"
17
18SRC_URI[sha256sum] = "ea86b531462035b19a2e5e01ef3d9a35cca7d984086645e2fc844d8f0e346645"
19
20PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
21PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"