Всем привет. Хочу скомпилировать mesa ТОЛЬКО для radeonsi. Выкачал исходники из гита.
Далее
autoreconf -vfi
./configure \
--prefix=/usr \
--enable-driglx-direct \
--enable-gles1 \
--enable-gles2 \
--enable-sysfs \
--enable-gallium-llvm \
--with-egl-platforms='drm x11 wayland' \
--with-gallium-drivers=radeonsi
configure: error: Package requirements (libdrm_nouveau >= 2.4.66) were not met:
Requested 'libdrm_nouveau >= 2.4.66' but version of libdrm_nouveau is 2.4.65
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables NVVIEUX_CFLAGS
and NVVIEUX_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Мне собственно nouveau не нужен, я его и не указывал для компиляции. Подскажите как победить данную ошибку.