update buildroot to 2017.02.11
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
From 3a3eb72baec46f48e6cf15a834271c3d3386deac Mon Sep 17 00:00:00 2001
|
||||
From: Gaetan Nadon <memsize@videotron.ca>
|
||||
Date: Tue, 17 Sep 2013 19:55:37 +0000
|
||||
Subject: Remove usage of mibstore.h (removed from server)
|
||||
|
||||
The module had a compile error for this missing header file.
|
||||
|
||||
Changes similar to vmware commit
|
||||
23d87c92b7211cc5249eefe4ab3a2c7f370e279e
|
||||
|
||||
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
|
||||
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
|
||||
---
|
||||
Fetch from:
|
||||
http://cgit.freedesktop.org/xorg/driver/xf86-video-ark/commit/?id=3a3eb72baec46f48e6cf15a834271c3d3386deac
|
||||
|
||||
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
|
||||
|
||||
diff --git a/src/ark_driver.c b/src/ark_driver.c
|
||||
index b7c287c..65cfe84 100644
|
||||
--- a/src/ark_driver.c
|
||||
+++ b/src/ark_driver.c
|
||||
@@ -39,7 +39,6 @@
|
||||
#include "compiler.h"
|
||||
#include "mipointer.h"
|
||||
#include "micmap.h"
|
||||
-#include "mibstore.h"
|
||||
#include "fb.h"
|
||||
#include "ark.h"
|
||||
|
||||
@@ -538,7 +537,6 @@ static Bool ARKScreenInit(SCREEN_INIT_ARGS_DECL)
|
||||
|
||||
fbPictureInit (pScreen, 0, 0);
|
||||
|
||||
- miInitializeBackingStore(pScreen);
|
||||
xf86SetBackingStore(pScreen);
|
||||
|
||||
if (!pARK->NoAccel) {
|
||||
--
|
||||
cgit v0.9.0.2-2-gbebe
|
||||
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_ARK
|
||||
bool "xf86-video-ark"
|
||||
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
|
||||
X.Org driver for ark cards
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2012-July/002007.html
|
||||
sha256 c690e046f34a393aac1c8d9616b4790e93cda60a460b00b9597d322175dbe51e xf86-video-ark-0.7.5.tar.bz2
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xdriver_xf86-video-ark
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XDRIVER_XF86_VIDEO_ARK_VERSION = 0.7.5
|
||||
XDRIVER_XF86_VIDEO_ARK_SOURCE = xf86-video-ark-$(XDRIVER_XF86_VIDEO_ARK_VERSION).tar.bz2
|
||||
XDRIVER_XF86_VIDEO_ARK_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
||||
XDRIVER_XF86_VIDEO_ARK_LICENSE = MIT
|
||||
XDRIVER_XF86_VIDEO_ARK_LICENSE_FILES = COPYING
|
||||
XDRIVER_XF86_VIDEO_ARK_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_xextproto xproto_xproto
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user