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