xapp_xman: fix dependencies

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

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2011-12-23 12:15:04 +01:00
parent 808bfd0731
commit 3f83273eef
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,5 @@
config BR2_PACKAGE_XAPP_XMAN
bool "xman"
select BR2_PACKAGE_XLIB_LIBXAW
help
Manual page display program for the X Window System

View File

@ -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))