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