Dash:
[t2.git] / package / xorg / xf86-video-fbdev / hotfix.patch
blob253a8d705f554ec2fb985072193fd176f32e95eb
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../xf86-video-fbdev/hotfix.patch
5 # Copyright (C) 2020 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
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
14 # version.
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
22 ---
23 src/fbdev.c | 2 +-
24 1 file changed, 1 insertion(+), 1 deletion(-)
26 diff --git a/src/fbdev.c b/src/fbdev.c
27 index f25ef72..e4f66a2 100644
28 --- a/src/fbdev.c
29 +++ b/src/fbdev.c
30 @@ -1010,7 +1010,7 @@ FBDevScreenInit(SCREEN_INIT_ARGS_DECL)
31 fPtr->CloseScreen = pScreen->CloseScreen;
32 pScreen->CloseScreen = FBDevCloseScreen;
34 -#if XV
35 +#ifdef XV
37 XF86VideoAdaptorPtr *ptr;
39 --
40 cgit v1.2.1