blob: aa0a4b2c6544d4656894868c5eab9af883ca4dc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SECTION = "x11/libs"
LICENSE= "MIT"
PRIORITY = "optional"
MAINTAINER = "Greg Gilbert <greg@treke.net>"
DEPENDS = "xproto"
DESCRIPTION = "Authorization Protocol for X."
PR = "r1"
SRC_URI = "${XLIBS_MIRROR}/libXau-${PV}.tar.bz2 \
file://autofoo.patch;patch=1"
S = "${WORKDIR}/libXau-${PV}"
inherit autotools pkgconfig
|