wsl-vulkan-mesa icon indicating copy to clipboard operation
wsl-vulkan-mesa copied to clipboard

Unknown option "dri-driver-path"

Open jaques-sam opened this issue 3 years ago • 1 comments

Hello, from the readme, the build command is:

meson -Dprefix=/usr -Ddri-drivers= -Dglx=dri -Dllvm=enabled \
-Ddri-driver-path=/usr/local/lib/x86_64-linux-gnu/dri \
-Dgallium-drivers="swrast" -Dplatforms=x11 -Dosmesa=gallium \
-Dvulkan-drivers=swrast ..

But this option is unknown: ../meson.build:21:0: ERROR: Unknown options "dri-driver-path" Searching through the options I guess it should be dri-drivers-path ;-)

jaques-sam avatar Dec 13 '21 10:12 jaques-sam

Thanks.

Darkhost1999 avatar Aug 14 '22 16:08 Darkhost1999

Thanks

Redisal avatar Jun 12 '24 06:06 Redisal