update buildroot to 2017.02.11
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
--- xf86-video-tdfx-1.3.0/configure.ac.orig 2007-06-10 21:01:54.000000000 +0200
|
||||
+++ xf86-video-tdfx-1.3.0/configure.ac 2007-06-10 21:02:06.000000000 +0200
|
||||
@@ -67,13 +67,20 @@
|
||||
# Checks for header files.
|
||||
AC_HEADER_STDC
|
||||
|
||||
-if test "$DRI" != no; then
|
||||
+if test "x$DRI" != xno; then
|
||||
+ if test "$cross_compiling" = "no" ; then
|
||||
AC_CHECK_FILE([${sdkdir}/dri.h],
|
||||
[have_dri_h="yes"], [have_dri_h="no"])
|
||||
AC_CHECK_FILE([${sdkdir}/sarea.h],
|
||||
[have_sarea_h="yes"], [have_sarea_h="no"])
|
||||
AC_CHECK_FILE([${sdkdir}/dristruct.h],
|
||||
[have_dristruct_h="yes"], [have_dristruct_h="no"])
|
||||
+ AC_CHECK_HEADER
|
||||
+ else
|
||||
+ have_dri_h="yes"
|
||||
+ have_sarea_h="yes"
|
||||
+ have_dristruct_h="yes"
|
||||
+ fi
|
||||
fi
|
||||
|
||||
AC_MSG_CHECKING([whether to include DRI support])
|
||||
@@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_TDFX
|
||||
bool "xf86-video-tdfx"
|
||||
depends on BR2_PACKAGE_MESA3D
|
||||
select BR2_PACKAGE_LIBDRM
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
select BR2_PACKAGE_XPROTO_VIDEOPROTO
|
||||
select BR2_PACKAGE_XPROTO_XEXTPROTO
|
||||
select BR2_PACKAGE_XPROTO_XF86DRIPROTO
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
help
|
||||
3Dfx video driver
|
||||
|
||||
comment "xf86-video-tdfx needs mesa3d"
|
||||
depends on !BR2_PACKAGE_MESA3D
|
||||
@@ -0,0 +1,2 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2017-January/002755.html
|
||||
sha256 4cf48ee14ead52b23493c3dce5032496fd68bf1d000170bb138730497e212a42 xf86-video-tdfx-1.4.7.tar.bz2
|
||||
@@ -0,0 +1,28 @@
|
||||
################################################################################
|
||||
#
|
||||
# xdriver_xf86-video-tdfx
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XDRIVER_XF86_VIDEO_TDFX_VERSION = 1.4.7
|
||||
XDRIVER_XF86_VIDEO_TDFX_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
||||
XDRIVER_XF86_VIDEO_TDFX_SOURCE = xf86-video-tdfx-$(XDRIVER_XF86_VIDEO_TDFX_VERSION).tar.bz2
|
||||
XDRIVER_XF86_VIDEO_TDFX_LICENSE = MIT
|
||||
XDRIVER_XF86_VIDEO_TDFX_LICENSE_FILES = COPYING
|
||||
XDRIVER_XF86_VIDEO_TDFX_AUTORECONF = YES
|
||||
XDRIVER_XF86_VIDEO_TDFX_DEPENDENCIES = \
|
||||
libdrm \
|
||||
xproto_fontsproto \
|
||||
xproto_randrproto \
|
||||
xproto_renderproto \
|
||||
xproto_videoproto \
|
||||
xproto_xextproto \
|
||||
xproto_xf86driproto \
|
||||
xproto_xproto \
|
||||
xserver_xorg-server
|
||||
|
||||
ifeq ($(BR2_PACKAGE_MESA3D_DRI_DRIVER),)
|
||||
XDRIVER_XF86_VIDEO_TDFX_CONF_OPTS = --disable-dri
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user