安装
sudo python3 -m pip install meson
sudo python3 -m pip install ninja
问题
libdrm
ERROR: Dependency “libdrm” not found, tried pkgconfig and cmake
Unable to correct problems, you have held broken packages.
sudo apt-get update --fix-missing
sudo apt install aptitude
sudo aptitude install libdrm-dev
ninja install ModuleNotFoundError: No module named ‘mesonbuild’
python3 -m pip uninstall meson
sudo python3 -m pip uninstall meson
参考
- mesonbuild meson
- github meson