Remove obsolete xphelloworld

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
This commit is contained in:
Paulius Zaleckas 2010-02-28 11:35:09 +02:00
parent d3ecf4dc0f
commit ed81e387ff
3 changed files with 0 additions and 23 deletions

View File

@ -156,7 +156,6 @@ endmenu
source package/x11r7/xapp_xmh/Config.in
source package/x11r7/xapp_xmodmap/Config.in
source package/x11r7/xapp_xmore/Config.in
source package/x11r7/xapp_xphelloworld/Config.in
source package/x11r7/xapp_xplsprinters/Config.in
source package/x11r7/xapp_xpr/Config.in
source package/x11r7/xapp_xprehashprinterlist/Config.in

View File

@ -1,9 +0,0 @@
config BR2_PACKAGE_XAPP_XPHELLOWORLD
bool "xphelloworld"
select BR2_PACKAGE_XLIB_LIBXAW
select BR2_PACKAGE_XLIB_LIBXPRINTAPPUTIL
select BR2_PACKAGE_XLIB_LIBXPRINTUTIL
select BR2_PACKAGE_XLIB_LIBXT
help
xphelloworld 1.0.1
X.Org xphelloworld application

View File

@ -1,13 +0,0 @@
################################################################################
#
# xapp_xphelloworld -- X.Org xphelloworld application
#
################################################################################
XAPP_XPHELLOWORLD_VERSION = 1.0.1
XAPP_XPHELLOWORLD_SOURCE = xphelloworld-$(XAPP_XPHELLOWORLD_VERSION).tar.bz2
XAPP_XPHELLOWORLD_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XPHELLOWORLD_AUTORECONF = NO
XAPP_XPHELLOWORLD_DEPENDENCIES = xlib_libXaw xlib_libXprintAppUtil xlib_libXprintUtil xlib_libXt
$(eval $(call AUTOTARGETS,package/x11r7,xapp_xphelloworld))