xapp_xmore: needs libXaw
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
0eacc81fa2
commit
aecb5b4dc7
@ -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
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user