Hi
I used to build radeonsi drivers, like radeonsi_dri.so and 
radeonsi_drv_video.so by autogen in old version mesa, but when I switch to 
meson which is the only way to build mesa driver now, I find radeonsi_dri.so 
can not be generated, I used this to build drivers:
 meson -Dgallium-drivers=radeonsi ./build
cd ./build
ninja


but only ./src/gallium/targets/dri/libgallium_dri.so and 
./src/gallium/targets/va/libgallium_drv_video.so are generated, how can I get 
radeonsi_dri.so and radeonsi_drv_video.so with meson?
Thanks!
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to