Quoting Brian Paul (2018-09-17 20:02:21) > Hi Dylan, > > I have my 32-bit cross-compile working, but "ninja -C builddir install" > isn't putting the 32-bit libs and drivers in the right place. > > I've been playing with the meson --prefix option and the > -Ddri-drivers-path=foo option but haven't found the right incantation. > > On Ubuntu, I want the libs and drivers to wind up in > /usr/lib/i386-linux-gnu/ > > Any tips? > > -Brian
As Marek said, you probably want to set -Dlibdir=i386-linux-gnu, if any of these paths are relative they're assumed to be relative to your prefix. Dylan
signature.asc
Description: signature
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev