From bab182aa1d0e27f39c435e468849eb5544414775 Mon Sep 17 00:00:00 2001 From: tglozar Date: Sat, 27 Nov 2021 11:41:41 +0000 Subject: [PATCH] * patched xf86-video-nouveau sarea.h error (will be fixed in next release) --- package/xorg/xf86-video-nouveau/sarea.patch | 41 +++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 package/xorg/xf86-video-nouveau/sarea.patch diff --git a/package/xorg/xf86-video-nouveau/sarea.patch b/package/xorg/xf86-video-nouveau/sarea.patch new file mode 100644 index 0000000000..43060412d4 --- /dev/null +++ b/package/xorg/xf86-video-nouveau/sarea.patch @@ -0,0 +1,41 @@ +# --- T2-COPYRIGHT-NOTE-BEGIN --- +# T2 SDE: package/*/xf86-video-nouveau/sarea.patch +# Copyright (C) 2021 The T2 SDE Project +# +# This Copyright note is generated by scripts/Create-CopyPatch, +# more information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License version 2 as used by the T2 SDE. +# --- T2-COPYRIGHT-NOTE-END --- + +From 3ee7cbca8f9144a3bb5be7f71ce70558f548d268 Mon Sep 17 00:00:00 2001 +From: Ilia Mirkin +Date: Mon, 26 Apr 2021 19:38:57 -0400 +Subject: remove sarea.h usage + +This header hasn't been used in ages, and is apparently no longer +shipped in some places. Just stop relying on it entirely. + +Reported-by: Lyude Paul +Signed-off-by: Ilia Mirkin +--- + src/nv_include.h | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/src/nv_include.h b/src/nv_include.h +index de55570..eee8c5d 100644 +--- a/src/nv_include.h ++++ b/src/nv_include.h +@@ -69,6 +69,5 @@ + #include "nv_type.h" + #include "nv_proto.h" + #include "nv_dma.h" +-#include "sarea.h" + + #endif /* __NV_INCLUDE_H__ */ +-- +cgit v1.2.1 + -- 2.11.4.GIT