package/x11r7/xserver_xorg-server: bump to version 1.19.3
[buildroot-gz.git] / package / x11r7 / xdriver_xf86-video-fbturbo / 0001-sunxi_x_g2d-drop-unused-dri2-include.patch
blob8b4e817bf2e3aee4e3cfa5de0cf802101b4524c8
1 From 232c5b6924652f65ef5c047754e84b87b5fc6ac8 Mon Sep 17 00:00:00 2001
2 From: Peter Korsgaard <peter@korsgaard.com>
3 Date: Sat, 3 Oct 2015 19:01:38 +0200
4 Subject: [PATCH] sunxi_x_g2d: drop unused dri2 include
6 The driver doesn't use DRI for anything.
8 [Upstream-status: submitted (https://github.com/ssvb/xf86-video-fbturbo/pull/45)]
9 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 ---
11 src/sunxi_x_g2d.c | 1 -
12 1 file changed, 1 deletion(-)
14 diff --git a/src/sunxi_x_g2d.c b/src/sunxi_x_g2d.c
15 index d826027..8888abe 100644
16 --- a/src/sunxi_x_g2d.c
17 +++ b/src/sunxi_x_g2d.c
18 @@ -31,7 +31,6 @@
19 #include "xf86_OSproc.h"
20 #include "xf86.h"
21 #include "xf86drm.h"
22 -#include "dri2.h"
23 #include "damage.h"
24 #include "fb.h"
25 #include "gcstruct.h"
26 --
27 2.1.4