On 2019-06-24 at 08:21, cloudwin <cloud...@yeah.net> wrote: > 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!
Hi! You need to install the driver to get the various *_dri.so links. Run `ninja install` to do so, with `export DESTDIR=/path/to/local/install` first if you don't want to overwrite your system install. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev