mirror of
https://github.com/godotengine/godot-angle-static.git
synced 2026-01-04 22:09:59 +03:00
Disable more options in libdrm.
Disables man page building and valgrind, for more compatibility. Bug: angleproject:7689 Change-Id: I6249164fa39f3c6dae3b80b4f63c365cb87ddaf5 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3988104 Auto-Submit: Jamie Madill <jmadill@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org> Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
This commit is contained in:
committed by
Angle LUCI CQ
parent
41184c21df
commit
d19f872529
10
third_party/mesa/mesa_build.py
vendored
10
third_party/mesa/mesa_build.py
vendored
@@ -35,8 +35,14 @@ MESA_OPTIONS = [
|
||||
'-Dvalgrind=disabled',
|
||||
]
|
||||
LIBDRM_OPTIONS = [
|
||||
'-Dtests=false', '-Dintel=disabled', '-Dnouveau=disabled', '-Damdgpu=disabled',
|
||||
'-Dradeon=disabled', '-Dvmwgfx=disabled'
|
||||
'-Dtests=false',
|
||||
'-Dintel=disabled',
|
||||
'-Dnouveau=disabled',
|
||||
'-Damdgpu=disabled',
|
||||
'-Dradeon=disabled',
|
||||
'-Dvmwgfx=disabled',
|
||||
'-Dvalgrind=disabled',
|
||||
'-Dman-pages=disabled',
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user