Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src
"matthew green" <mrg%netbsd.org@localhost> wrote:
>Module Name: src
>Committed By: mrg
>Date: Sun Jun 2 11:35:55 UTC 2019
>
>Modified Files:
> src/external/mit/xorg/lib/gallium: Makefile
> src/share/mk: bsd.own.mk
>
>Log Message:
>fix building x86 with X11 but not LLVM:
>
>- change the defaults for MKLLVMRT and MKX11 so we don't have to
> force-override later. this makes "build.sh -V MKLLVMRT=no"
> work to disable building the LLVM Mesa components.
>
>- in gallium, don't BUILD_RADEON if MKLLVMRT is no.
>
>this stops GL from working, but basic X seems OK enough for Xvideo
>to still work on modern radeon (ie, video mostly works fine, though
>eg, "mpv -vo gpu" won't. use "mpv -vo xv".)
This change seems to have broken postinstall(8) when it is run from the
command line.
I'm guessing it is because MKX11 is now used before the _MKVARS section.
Home |
Main Index |
Thread Index |
Old Index