xdriver_xf86-video-suncg6: remove package

The CG6 was an old SBUS video card used in Sun SPARC workstations from
the 90s.
Highly unlikely a target for buildroot.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2013-01-05 02:57:08 +00:00 committed by Peter Korsgaard
parent 8afc3e684e
commit b1bee2a288
3 changed files with 0 additions and 22 deletions

View File

@ -199,7 +199,6 @@ endmenu
source package/x11r7/xdriver_xf86-video-savage/Config.in
source package/x11r7/xdriver_xf86-video-siliconmotion/Config.in
source package/x11r7/xdriver_xf86-video-sis/Config.in
source package/x11r7/xdriver_xf86-video-suncg6/Config.in
source package/x11r7/xdriver_xf86-video-sunffb/Config.in
source package/x11r7/xdriver_xf86-video-tdfx/Config.in
source package/x11r7/xdriver_xf86-video-tga/Config.in

View File

@ -1,9 +0,0 @@
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_SUNCG6
bool "xf86-video-suncg6"
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
select BR2_PACKAGE_XPROTO_RENDERPROTO
select BR2_PACKAGE_XPROTO_XPROTO
help
GX/Turbo GX video driver

View File

@ -1,12 +0,0 @@
################################################################################
#
# xdriver_xf86-video-suncg6 -- GX/Turbo GX video driver
#
################################################################################
XDRIVER_XF86_VIDEO_SUNCG6_VERSION = 1.1.1
XDRIVER_XF86_VIDEO_SUNCG6_SOURCE = xf86-video-suncg6-$(XDRIVER_XF86_VIDEO_SUNCG6_VERSION).tar.bz2
XDRIVER_XF86_VIDEO_SUNCG6_SITE = http://xorg.freedesktop.org/releases/individual/driver
XDRIVER_XF86_VIDEO_SUNCG6_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_xproto
$(eval $(autotools-package))