Commit 0eacc81f authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

xapp_xmore: remove double libXprintUtil dependency

parent dfc76fde
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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},
+0 −1
Original line number Diff line number Diff line
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
+1 −1
Original line number Diff line number Diff line
@@ -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))