libXaw: do not build docs (fails if missing host tools), also cleanup makefile

Signed-off-by: Will Wagner <will_wagner@carallon.com>
Acked-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Will Wagner 2010-04-14 18:06:44 +01:00 committed by Peter Korsgaard
parent 84e5d7c772
commit e5b948a54e
2 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,7 @@
php, pixman, portage, pppd, pthread-stubs, python, qt, radvd,
setserial, squashfs, usb_modeswith, wget,
xdriver_xf86-video-intel, xkeyboard-config, xlib_libX11,
xlib_libXfont, xlib_libXfontcache, xlib_libXxf86misc,
xlib_libXaw, xlib_libXfont, xlib_libXfontcache, xlib_libXxf86misc,
xlib_libpciaccess, xproto_dri2proto, xproto_eviext,
xproto_fontcacheproto, xproto_xf86miscproto, xserver_xorg-server

View File

@ -7,9 +7,8 @@
XLIB_LIBXAW_VERSION = 1.0.7
XLIB_LIBXAW_SOURCE = libXaw-$(XLIB_LIBXAW_VERSION).tar.bz2
XLIB_LIBXAW_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXAW_AUTORECONF = NO
XLIB_LIBXAW_INSTALL_STAGING = YES
XLIB_LIBXAW_DEPENDENCIES = xlib_libX11 xlib_libXt xlib_libXmu xlib_libXpm xproto_xproto xlib_libXp
XLIB_LIBXAW_CONF_OPT = --enable-shared --disable-static
XLIB_LIBXAW_CONF_OPT = --enable-shared --disable-static --disable-docs
$(eval $(call AUTOTARGETS,package/x11r7,xlib_libXaw))