blob: d75cefbdbb15d59fb41dec041f620fd743f08594 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
SECTION = "x11/libs"
LICENSE = "MIT"
PRIORITY = "optional"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DEPENDS = "xproto x11 xt xmu xpm"
DESCRIPTION = "X Athena Widgets library"
SRC_URI = "${XLIBS_MIRROR}/libXaw-${PV}.tar.bz2 \
file://auxdir.patch;patch=1"
S = "${WORKDIR}/libXaw-${PV}"
inherit autotools pkgconfig
# FIXME: libXaw needs a full x11, not diet
BROKEN = "1"
do_stage () {
autotools_stage_all
}
|