libXaw: do not build docs (fails if missing host tools), also cleanup makefile
authorWill Wagner <will_wagner@carallon.com>
Wed, 14 Apr 2010 17:06:44 +0000 (18:06 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 22 Apr 2010 10:26:48 +0000 (12:26 +0200)
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>
CHANGES
package/x11r7/xlib_libXaw/xlib_libXaw.mk

diff --git a/CHANGES b/CHANGES
index c4ee2c1e88bdb48f18e5c9406bdc8ef4f9da0516..2eb569469a38acc0ee0a6b178aa35c39126f5224 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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
 
index 8684ac82434d489b2da73c2de60060c3a2b21b5d..ac8c5f8282c684d6874cbdd7a8904ed5e6ffb876 100644 (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))