Commit 3f83273e authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

xapp_xman: fix dependencies



xman needs libXaw, has optional Xprintutil support and doesn't have a
--disable-IPv6 option.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 808bfd07
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_XAPP_XMAN
	bool "xman"
	select BR2_PACKAGE_XLIB_LIBXAW
	help
	  Manual page display program for the X Window System
+4 −1
Original line number Diff line number Diff line
@@ -7,11 +7,14 @@ XAPP_XMAN_VERSION:=1.0.3
XAPP_XMAN_SOURCE:=xman-$(XAPP_XMAN_VERSION).tar.bz2
XAPP_XMAN_SITE:=http://xorg.freedesktop.org/releases/individual/app
XAPP_XMAN_INSTALL_TARGET = YES
XAPP_XMAN_DEPENDENCIES = xlib_libXaw

XAPP_XMAN_CONF_ENV = ac_cv_file__etc_man_conf=no \
		ac_cv_file__etc_man_config=no \
		ac_cv_file__etc_manpath_config=no

XAPP_XMAN_CONF_OPT = --disable-IPv6
ifeq ($(BR2_PACKAGE_XLIB_LIBXPRINTUTIL),y)
XAPP_XMAN_CONF_OPT += --enable-xprint
endif

$(eval $(call AUTOTARGETS))