Commit b2decde6 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent cfbb36a9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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"
+0 −11
Original line number Diff line number Diff line
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
+0 −13
Original line number Diff line number Diff line
################################################################################
#
# 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))