25 lines
1.0 KiB
Diff
25 lines
1.0 KiB
Diff
# --- T2-COPYRIGHT-NOTE-BEGIN ---
|
|
# T2 SDE: package/*/mesa/i915-non-x86.patch
|
|
# Copyright (C) 2023 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 ---
|
|
|
|
--- mesa-23.3.2/meson.build.vanilla 2023-12-28 23:01:52.689387264 +0100
|
|
+++ mesa-23.3.2/meson.build 2023-12-28 23:01:59.525388020 +0100
|
|
@@ -1485,7 +1485,7 @@
|
|
|
|
|
|
if with_gallium_i915 and host_machine.cpu_family().startswith('x86') == false
|
|
- error('Intel "i915" Gallium driver requires x86 or x86_64 CPU family')
|
|
+ #error('Intel "i915" Gallium driver requires x86 or x86_64 CPU family')
|
|
endif
|
|
|
|
# Determine whether or not the rt library is needed for time functions
|