xdriver_xf86-video-xgi: remove package
This X.org driver has been removed from upstream X.org releases and is related to a very specific type of hardware that isn't likely to be used in a Buildroot context. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
cfbb36a972
commit
b2decde6b6
@ -209,8 +209,6 @@ endmenu
|
||||
source package/x11r7/xdriver_xf86-video-vmware/Config.in
|
||||
source package/x11r7/xdriver_xf86-video-voodoo/Config.in
|
||||
source package/x11r7/xdriver_xf86-video-wsfb/Config.in
|
||||
source package/x11r7/xdriver_xf86-video-xgi/Config.in
|
||||
source package/x11r7/xdriver_xf86-video-xgixp/Config.in
|
||||
endmenu
|
||||
endif
|
||||
menu "X11R7 Fonts"
|
||||
|
@ -1,11 +0,0 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_XGI
|
||||
bool "xf86-video-xgi"
|
||||
select BR2_PACKAGE_MESA3D
|
||||
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_XEXTPROTO
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
help
|
||||
XGI based chips video driver
|
@ -1,13 +0,0 @@
|
||||
################################################################################
|
||||
#
|
||||
# xdriver_xf86-video-xgi -- XGI video driver
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XDRIVER_XF86_VIDEO_XGI_VERSION = 1.6.0
|
||||
XDRIVER_XF86_VIDEO_XGI_SOURCE = xf86-video-xgi-$(XDRIVER_XF86_VIDEO_XGI_VERSION).tar.bz2
|
||||
XDRIVER_XF86_VIDEO_XGI_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
||||
XDRIVER_XF86_VIDEO_XGI_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_xextproto xproto_xproto
|
||||
XDRIVER_XF86_VIDEO_XGI_CONF_OPT = --enable-dri
|
||||
|
||||
$(eval $(autotools-package))
|
Loading…
Reference in New Issue
Block a user