summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xapp_xman
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-12-24 14:06:58 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2011-12-26 08:19:13 +0100
commit39ae9160d419944193b1d77f7f8f86112de0a629 (patch)
treebca8375b049afd696fc1422371585906ad2b63a2 /package/x11r7/xapp_xman
parent3f83273eefb1f72194ee7a9e26d995e37cd53684 (diff)
downloadbuildroot-novena-39ae9160d419944193b1d77f7f8f86112de0a629.tar.gz
buildroot-novena-39ae9160d419944193b1d77f7f8f86112de0a629.zip
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: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/x11r7/xapp_xman')
-rw-r--r--package/x11r7/xapp_xman/xapp_xman.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/x11r7/xapp_xman/xapp_xman.mk b/package/x11r7/xapp_xman/xapp_xman.mk
index 2706d61a5..6caaf3fa3 100644
--- a/package/x11r7/xapp_xman/xapp_xman.mk
+++ b/package/x11r7/xapp_xman/xapp_xman.mk
@@ -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))