Commit ed81e387 authored by Paulius Zaleckas's avatar Paulius Zaleckas
Browse files

Remove obsolete xphelloworld

parent d3ecf4dc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −9
Original line number Diff line number Diff line
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
+0 −13
Original line number Diff line number Diff line
################################################################################
#
# 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))