blob: 442e5e429d06a53ad41f1ac4ee5ef8a30f562b10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PV = "0.0cvs${CVSDATE}"
LICENSE = "MIT"
SECTION = "x11/libs"
PRIORITY = "optional"
DEPENDS = "xproto x11 xt xmu xpm"
DESCRIPTION = "X Athena Widgets library"
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xaw"
S = "${WORKDIR}/Xaw"
inherit autotools pkgconfig
# FIXME: libXaw needs a full x11, not diet
BROKEN = "1"
|