mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
graphics/mesa-dri: Always disable intel-rt on !amd64
Since anv is only included for x86(-64) the MESON_ON isn't added to MESON_ARGS. So explicitely disable intel-rt on !amd64 since it doesn't work. Reported by: eduardo@freebsd.org Spoonsored by: Beckhoff Automation GmbH & Co. KG
This commit is contained in:
parent
cbdd6c34e4
commit
17257d707a
@ -114,6 +114,10 @@ MESON_ARGS+= -Dandroid-libbacktrace=disabled \
|
||||
-Dosmesa=false \
|
||||
-Dvalgrind=disabled
|
||||
|
||||
.if ${ARCH} != amd64
|
||||
MESON_ARGS+= -Dintel-rt=disabled # https://gitlab.freedesktop.org/mesa/mesa/-/issues/10629
|
||||
.endif
|
||||
|
||||
.for _gd in ${OPTIONS_GROUP_GALLIUM}
|
||||
. if defined(GALLIUM_DRIVERS) && ${GALLIUM_DRIVERS:M${_gd}}
|
||||
PLIST_SUB+= ${_gd}=""
|
||||
|
Loading…
Reference in New Issue
Block a user