Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame^] | 1 | require xorg-app-common.inc |
| 2 | SUMMARY = "X authority utilities" |
| 3 | DESCRIPTION = "X application to edit and display the authorization \ |
| 4 | information used in connecting to the X server." |
| 5 | |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=5ec74dd7ea4d10c4715a7c44f159a40b" |
| 7 | |
| 8 | DEPENDS += "libxau libxext libxmu" |
| 9 | PE = "1" |
| 10 | |
| 11 | SRC_URI[sha256sum] = "164ea0a29137b284a47b886ef2affcb0a74733bf3aad04f9b106b1a6c82ebd92" |
| 12 | |
| 13 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
| 14 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |