diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-app/xauth_1.1.4.bb')
| -rw-r--r-- | meta/recipes-graphics/xorg-app/xauth_1.1.4.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/xauth_1.1.4.bb b/meta/recipes-graphics/xorg-app/xauth_1.1.4.bb new file mode 100644 index 0000000000..919457bca6 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xauth_1.1.4.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 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_EXT = "xz" | ||
| 12 | SRC_URI[sha256sum] = "e9318141464ad7b4dc0f8564a580f0d20f977c85a388cc40d5a766206151c690" | ||
| 13 | |||
| 14 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | ||
| 15 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | ||
