xapp_xmore: remove double libXprintUtil dependency

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

View File

@ -44,7 +44,7 @@
speex, sqlite, squashfs, strace, sylpheed, taglib, tcpdump,
thttpd, tiff, tn5250, torsmo, udev, udpcast, usbmount, usbutils,
vsftpd, vtun, which, wpa_supplicant, xapp_twm,
xapp_xbacklight, xapp_xcursorgen, xapp_xinput,
xapp_xbacklight, xapp_xcursorgen, xapp_xinput, xapp_xmore,
xdriver_xf86-input-{acecad,aiptek,evdev,joystick,keyboard},
xdriver-xf86-input-{mouse,synaptics,vmmouse,void},
xdriver-xf86-video-{apm,ark,ast,ati,chips,cirrus,dummy,fbdev},

View File

@ -1,6 +1,5 @@
config BR2_PACKAGE_XAPP_XMORE
bool "xmore"
select BR2_PACKAGE_XLIB_LIBXPRINTUTIL
select BR2_PACKAGE_XLIB_LIBXPRINTUTIL
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 xlib_libXprintUtil
XAPP_XMORE_DEPENDENCIES = xlib_libXprintUtil
$(eval $(call AUTOTARGETS,package/x11r7,xapp_xmore))