Commit 28867691 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

Remove package xdriver_xf86-video-newport

http://patchwork.freedesktop.org/patch/14670/

 (State Accepted)
"This driver has not received server updates such as mibstore removal
and conditional compiling of xaa architecture. This indicate an implicite
decisison to remove the driver from active support and future releases.

This driver is used for SGI workstations Indy and Indigo2. Manufacturing
stopped in 1997 and SGI support ended in 2012."

Signed-off-by: default avatarBernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent f467e8d9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -164,7 +164,6 @@ if BR2_PACKAGE_XORG7
		source package/x11r7/xdriver_xf86-video-mach64/Config.in
		source package/x11r7/xdriver_xf86-video-mga/Config.in
		source package/x11r7/xdriver_xf86-video-neomagic/Config.in
		source package/x11r7/xdriver_xf86-video-newport/Config.in
		source package/x11r7/xdriver_xf86-video-nv/Config.in
		source package/x11r7/xdriver_xf86-video-openchrome/Config.in
		source package/x11r7/xdriver_xf86-video-r128/Config.in
+0 −9
Original line number Diff line number Diff line
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_NEWPORT
	bool "xf86-video-newport"
	select BR2_PACKAGE_XPROTO_FONTSPROTO
	select BR2_PACKAGE_XPROTO_RANDRPROTO
	select BR2_PACKAGE_XPROTO_RENDERPROTO
	select BR2_PACKAGE_XPROTO_VIDEOPROTO
	select BR2_PACKAGE_XPROTO_XPROTO
	help
	  Newport video driver
+0 −14
Original line number Diff line number Diff line
################################################################################
#
# xdriver_xf86-video-newport
#
################################################################################

XDRIVER_XF86_VIDEO_NEWPORT_VERSION = 0.2.4
XDRIVER_XF86_VIDEO_NEWPORT_SOURCE = xf86-video-newport-$(XDRIVER_XF86_VIDEO_NEWPORT_VERSION).tar.bz2
XDRIVER_XF86_VIDEO_NEWPORT_SITE = http://xorg.freedesktop.org/releases/individual/driver
XDRIVER_XF86_VIDEO_NEWPORT_LICENSE = MIT
XDRIVER_XF86_VIDEO_NEWPORT_LICENSE_FILES = COPYING
XDRIVER_XF86_VIDEO_NEWPORT_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_videoproto xproto_xproto

$(eval $(autotools-package))