Bump buildroot to 2019.02
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
Fix build with modular-xorg-server-1.20
|
||||
|
||||
Downloaded from
|
||||
http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/x11/xf86-video-savage/patches/patch-src_savage__driver.c?rev=1.3&content-type=text/x-cvsweb-markup
|
||||
|
||||
Patch was sent upstream by Thomas Klausner <wiz@netbsd.org>:
|
||||
https://lists.x.org/archives/xorg-devel/2018-May/056952.html
|
||||
|
||||
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
|
||||
|
||||
--- a/src/savage_driver.c.orig 2017-01-17 22:43:40.000000000 +0000
|
||||
+++ b/src/savage_driver.c
|
||||
@@ -2034,8 +2034,10 @@ static Bool SavagePreInit(ScrnInfoPtr pS
|
||||
xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "Detected current MCLK value of %1.3f MHz\n",
|
||||
mclk / 1000.0);
|
||||
|
||||
+#if 0
|
||||
pScrn->maxHValue = 2048 << 3; /* 11 bits of h_total 8-pixel units */
|
||||
pScrn->maxVValue = 2048; /* 11 bits of v_total */
|
||||
+#endif
|
||||
pScrn->virtualX = pScrn->display->virtualX;
|
||||
pScrn->virtualY = pScrn->display->virtualY;
|
||||
|
||||
@@ -2,13 +2,7 @@ config BR2_PACKAGE_XDRIVER_XF86_VIDEO_SAVAGE
|
||||
bool "xf86-video-savage"
|
||||
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
|
||||
select BR2_PACKAGE_XORGPROTO
|
||||
help
|
||||
S3 Savage video driver
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ XDRIVER_XF86_VIDEO_SAVAGE_SITE = http://xorg.freedesktop.org/releases/individual
|
||||
XDRIVER_XF86_VIDEO_SAVAGE_LICENSE = MIT
|
||||
XDRIVER_XF86_VIDEO_SAVAGE_LICENSE_FILES = COPYING
|
||||
XDRIVER_XF86_VIDEO_SAVAGE_AUTORECONF = YES
|
||||
XDRIVER_XF86_VIDEO_SAVAGE_DEPENDENCIES = xserver_xorg-server libdrm xproto_fontsproto xproto_randrproto xproto_renderproto xproto_videoproto xproto_xextproto xproto_xf86driproto xproto_xproto
|
||||
XDRIVER_XF86_VIDEO_SAVAGE_DEPENDENCIES = xserver_xorg-server libdrm xorgproto
|
||||
|
||||
ifeq ($(BR2_PACKAGE_MESA3D_DRI_DRIVER),)
|
||||
XDRIVER_XF86_VIDEO_SAVAGE_CONF_OPTS = --disable-dri
|
||||
|
||||
Reference in New Issue
Block a user