1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/xf86-video-nouveau/hotfix-sarea.patch
3 # Copyright (C) 2021 The T2 SDE Project
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 From 3ee7cbca8f9144a3bb5be7f71ce70558f548d268 Mon Sep 17 00:00:00 2001
15 From: Ilia Mirkin <imirkin@alum.mit.edu>
16 Date: Mon, 26 Apr 2021 19:38:57 -0400
17 Subject: remove sarea.h usage
19 This header hasn't been used in ages, and is apparently no longer
20 shipped in some places. Just stop relying on it entirely.
22 Reported-by: Lyude Paul <lyude@redhat.com>
23 Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
25 src/nv_include.h | 1 -
26 1 file changed, 1 deletion(-)
28 diff --git a/src/nv_include.h b/src/nv_include.h
29 index de55570..eee8c5d 100644
30 --- a/src/nv_include.h
31 +++ b/src/nv_include.h
38 #endif /* __NV_INCLUDE_H__ */