eukara has quit [Remote host closed the connection]
MasterBel2 has joined #zink
hch12907 has joined #zink
MasterBel2 has quit []
hch12907_ has quit [Ping timeout: 480 seconds]
hch12907_ has joined #zink
hch12907 has quit [Ping timeout: 480 seconds]
Nuclear has joined #zink
<Nuclear>
hello, trying to build a minimal mesa with just the zink driver
<Nuclear>
but when I run with MESA_LOADER_DRIVER_OVERRIDE=zink and an appropriate LD_LIBRARY_PATH, it's trying to load swrast_dri.so and fails (because I didn't include swrast in the build)
<Nuclear>
any clues what I'm doing wrong? is swrast needed for some reason, or am I failing to request zink correctly?
<Nuclear>
so basically I'm trying to run: MESA_LOADER_DRIVER_OVERRIDE=zink LD_LIBRARY_PATH=/home/nuclear/devel/mesazink/lib glxinfo