Commit 39ae9160 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

xapp_xman: drop optional xprint option



When built with --enable-xprint, xman needs libXaw8 (rather than libXaw7),
which we don't have in buildroot.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 3f83273e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -13,8 +13,4 @@ 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

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

$(eval $(call AUTOTARGETS))