mirror of
git://git.yoctoproject.org/poky
synced 2026-09-16 23:54:59 +00:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@607 311d38ba-8fff-0310-9ca6-ca027cbcb966
22 lines
459 B
BlitzBasic
22 lines
459 B
BlitzBasic
SECTION = "x11/libs"
|
|
LICENSE = "MIT"
|
|
PRIORITY = "optional"
|
|
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
|
|
DEPENDS = "xproto virtual/libx11 libxt libxmu libxpm"
|
|
PROVIDES = "xaw"
|
|
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
|
|
}
|