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:
parent
808bfd0731
commit
3f83273eef
@ -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
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user