Remove obsolete xfindproxy

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
This commit is contained in:
Paulius Zaleckas 2010-02-28 11:33:49 +02:00
parent 260c5af1c9
commit 2d3df1508f
3 changed files with 0 additions and 22 deletions

View File

@ -132,7 +132,6 @@ endmenu
source package/x11r7/xapp_xeyes/Config.in
source package/x11r7/xapp_xf86dga/Config.in
source package/x11r7/xapp_xfd/Config.in
source package/x11r7/xapp_xfindproxy/Config.in
source package/x11r7/xapp_xfontsel/Config.in
source package/x11r7/xapp_xfs/Config.in
source package/x11r7/xapp_xfsinfo/Config.in

View File

@ -1,8 +0,0 @@
config BR2_PACKAGE_XAPP_XFINDPROXY
bool "xfindproxy"
select BR2_PACKAGE_XLIB_LIBICE
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXT
help
xfindproxy 1.0.1
X.Org xfindproxy application

View File

@ -1,13 +0,0 @@
################################################################################
#
# xapp_xfindproxy -- X.Org xfindproxy application
#
################################################################################
XAPP_XFINDPROXY_VERSION = 1.0.1
XAPP_XFINDPROXY_SOURCE = xfindproxy-$(XAPP_XFINDPROXY_VERSION).tar.bz2
XAPP_XFINDPROXY_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XFINDPROXY_AUTORECONF = NO
XAPP_XFINDPROXY_DEPENDENCIES = xlib_libICE xlib_libX11 xlib_libXt xproto_xproxymanagementprotocol
$(eval $(call AUTOTARGETS,package/x11r7,xapp_xfindproxy))