xdriver_xf86-video-sunffb: remove package
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Sat, 5 Jan 2013 02:57:09 +0000 (02:57 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 5 Jan 2013 13:34:48 +0000 (14:34 +0100)
The FFB 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>
package/x11r7/Config.in
package/x11r7/xdriver_xf86-video-sunffb/Config.in [deleted file]
package/x11r7/xdriver_xf86-video-sunffb/xdriver_xf86-video-sunffb.mk [deleted file]

index fccf33f818597719905290f2f3915105c655f29d..2aac5a2d361965f382ad4c7ea6b30a85f2547e78 100644 (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-sunffb/Config.in
                source package/x11r7/xdriver_xf86-video-tdfx/Config.in
                source package/x11r7/xdriver_xf86-video-tga/Config.in
                source package/x11r7/xdriver_xf86-video-trident/Config.in
diff --git a/package/x11r7/xdriver_xf86-video-sunffb/Config.in b/package/x11r7/xdriver_xf86-video-sunffb/Config.in
deleted file mode 100644 (file)
index 76f5b9a..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-config BR2_PACKAGE_XDRIVER_XF86_VIDEO_SUNFFB
-       bool "xf86-video-sunffb"
-       select BR2_PACKAGE_XSERVER_XORG_SERVER
-       select BR2_PACKAGE_LIBDRM
-       select BR2_PACKAGE_XPROTO_FONTSPROTO
-       select BR2_PACKAGE_XPROTO_RANDRPROTO
-       select BR2_PACKAGE_XPROTO_RENDERPROTO
-       select BR2_PACKAGE_XPROTO_XEXTPROTO
-       select BR2_PACKAGE_XPROTO_XF86DRIPROTO
-       select BR2_PACKAGE_XPROTO_XPROTO
-       help
-         SUNFFB video driver
diff --git a/package/x11r7/xdriver_xf86-video-sunffb/xdriver_xf86-video-sunffb.mk b/package/x11r7/xdriver_xf86-video-sunffb/xdriver_xf86-video-sunffb.mk
deleted file mode 100644 (file)
index a3e1d7c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-################################################################################
-#
-# xdriver_xf86-video-sunffb -- SUNFFB video driver
-#
-################################################################################
-
-XDRIVER_XF86_VIDEO_SUNFFB_VERSION = 1.2.1
-XDRIVER_XF86_VIDEO_SUNFFB_SOURCE = xf86-video-sunffb-$(XDRIVER_XF86_VIDEO_SUNFFB_VERSION).tar.bz2
-XDRIVER_XF86_VIDEO_SUNFFB_SITE = http://xorg.freedesktop.org/releases/individual/driver
-XDRIVER_XF86_VIDEO_SUNFFB_DEPENDENCIES = xserver_xorg-server libdrm xproto_fontsproto xproto_randrproto xproto_renderproto xproto_xextproto xproto_xf86driproto xproto_xproto
-
-$(eval $(autotools-package))