tech-x11 archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: gallium build problem
> I just did this as a temporary fix, I haven't worked out what MLIBDIR
> is for yet.
MLIBDIR is "multi-lib dir", used by src/compat copies of libraries.
> Index: Makefile
> ===================================================================
> RCS file: /cvsroot/src/external/mit/xorg/lib/Makefile,v
> retrieving revision 1.37
> diff -u -r1.37 Makefile
> --- Makefile 24 Oct 2015 14:30:28 -0000 1.37
> +++ Makefile 31 Oct 2015 20:51:41 -0000
> @@ -18,7 +18,7 @@
> .endif
> SUBDIR+=libxcb \
> .WAIT
> -.if !defined(MLIBDIR)
> +.if !defined(MLIBDIR) && !(${MACHINE_ARCH} == "m68k" || ${MACHINE} == "ibmnws")
> SUBDIR+=dri7 dri gallium
> .endif
> SUBDIR+=fontconfig libSM libX11 \
>
> >we need gallium (or something) for swrast 3D provider, for all X.
>
> Do we need it for all ports ?
>
> I'm not going to try using any 3D applications on mac68k.
but someone else might -- even if it's just some tool using GL as
a backend, that doesn't really have high speed requirements.
is there a real problem you have with having it around? the build
seem to be fixed now.
.mrg.
Home |
Main Index |
Thread Index |
Old Index