summaryrefslogtreecommitdiff
path: root/package/x11r7/xapp_xmore
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-10-14 20:59:07 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-10-14 20:59:07 +0200
commitaecb5b4dc7cd1bcd54e9711b1b11a344fc6391dc (patch)
tree44b38d384f8086b5522133fc1888f3834bf16ce2 /package/x11r7/xapp_xmore
parent0eacc81fa20847e5fd1dc4977549d77c1006c9a4 (diff)
xapp_xmore: needs libXaw
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/x11r7/xapp_xmore')
-rw-r--r--package/x11r7/xapp_xmore/Config.in1
-rw-r--r--package/x11r7/xapp_xmore/xapp_xmore.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/package/x11r7/xapp_xmore/Config.in b/package/x11r7/xapp_xmore/Config.in
index e64b99fc2..23fd1477b 100644
--- a/package/x11r7/xapp_xmore/Config.in
+++ b/package/x11r7/xapp_xmore/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_XAPP_XMORE
bool "xmore"
select BR2_PACKAGE_XLIB_LIBXPRINTUTIL
+ select BR2_PACKAGE_XLIB_LIBXAW
help
plain text display program for the X Window System
diff --git a/package/x11r7/xapp_xmore/xapp_xmore.mk b/package/x11r7/xapp_xmore/xapp_xmore.mk
index ffb49e7c4..0b68e7196 100644
--- a/package/x11r7/xapp_xmore/xapp_xmore.mk
+++ b/package/x11r7/xapp_xmore/xapp_xmore.mk
@@ -8,6 +8,6 @@ XAPP_XMORE_VERSION = 1.0.1
XAPP_XMORE_SOURCE = xmore-$(XAPP_XMORE_VERSION).tar.bz2
XAPP_XMORE_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XMORE_AUTORECONF = NO
-XAPP_XMORE_DEPENDENCIES = xlib_libXprintUtil
+XAPP_XMORE_DEPENDENCIES = xlib_libXprintUtil xlib_libXaw
$(eval $(call AUTOTARGETS,package/x11r7,xapp_xmore))