[Bug 296405] graphics/mesa-libs: build fails on armv7 (Feature gallium-va cannot be enabled)
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296405 Gleb Popov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(x11@Fr |maintainer-feedback+ |eeBSD.org) | Status|New |In Progress --- Comment #5 from Gleb Popov <[email protected]> --- (In reply to Robert Clausecker from comment #4) We don't have a working solution, because the port we're talking about is now mesa-libs. It does not have options for drivers. Can you check if the following patch fixes the problem for you? diff --git a/graphics/mesa-libs/Makefile b/graphics/mesa-libs/Makefile index 5ccbf75018ce..fb7269718943 100644 --- a/graphics/mesa-libs/Makefile +++ b/graphics/mesa-libs/Makefile @@ -51,9 +51,6 @@ GALLIUM_DRIVERS= crocus i915 iris llvmpipe panfrost r300 r600 radeonsi svga zink .if ${ARCH} != amd64 && ${ARCH} != i386 && ${ARCH} != x86_64 GALLIUM_DRIVERS:= ${GALLIUM_DRIVERS:Ncrocus:Ni915:Niris:Nsvga} .endif -.if ${ARCH} == armv7 -GALLIUM_DRIVERS= llvmpipe -.endif MESON_ARGS+= -Dgallium-drivers=${GALLIUM_DRIVERS:ts,} MESON_ARGS+= -Dvulkan-drivers="" -- You are receiving this mail because: You are the assignee for the bug.