blob: 06dd0a5d7324daf918626f87562f3ac8121bc6a8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require xorg-util-common.inc
DESCRIPTION = "X autotools macros"
PR = "r1"
SRC_URI = "${XORG_MIRROR}/individual/util/${XORG_PN}-1.1.5.tar.gz \
file://unbreak_cross_compile.patch;patch=1 "
S = "${WORKDIR}/${XORG_PN}-1.1.5"
|