1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
4 # T2 SDE: package/.../xf86-video-fbdev/hotfix.patch
5 # Copyright (C) 2020 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
17 From 4730f13b9261a00b87b3e98f070d100d8d72bef7 Mon Sep 17 00:00:00 2001
18 From: Tuomo Rinne <tuomo.rinne@pm.me>
19 Date: Mon, 14 Jan 2019 22:33:42 +0000
20 Subject: Fix build error when building with xserver built using meson
24 1 file changed, 1 insertion(+), 1 deletion(-)
26 diff --git a/src/fbdev.c b/src/fbdev.c
27 index f25ef72..e4f66a2 100644
30 @@ -1010,7 +1010,7 @@ FBDevScreenInit(SCREEN_INIT_ARGS_DECL)
31 fPtr->CloseScreen = pScreen->CloseScreen;
32 pScreen->CloseScreen = FBDevCloseScreen;
37 XF86VideoAdaptorPtr *ptr;