blob: 3c8b4a030b392f606b2f00da70ea5e629ee49686 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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
do_stage() {
autotools_stage_all
}
|