xapp_xmore: needs libXaw

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2010-10-14 20:59:07 +02:00
parent 0eacc81fa2
commit aecb5b4dc7
2 changed files with 2 additions and 1 deletions

View File

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

View File

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