mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@607 311d38ba-8fff-0310-9ca6-ca027cbcb966
19 lines
377 B
BlitzBasic
19 lines
377 B
BlitzBasic
SECTION = "x11/libs"
|
|
LICENSE= "MIT"
|
|
PRIORITY = "optional"
|
|
MAINTAINER = "Greg Gilbert <greg@treke.net>"
|
|
DEPENDS = "xproto"
|
|
PROVIDES = "xau"
|
|
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
|
|
}
|