dbus-glib-1 >= 0.60) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
这个错误提示表明,系统中没有找到指定版本的dbus-glib库。
你以后可以注意一下,无论是你现在遇到的 dbus-glib 找不到,还是以后别的库找不到,大致都有两种情况,一种是你压根没有安装这个依赖库,另外就是你安装了,但是系统他找不到,也就是bin或者sbin下没有可运行的二进制文件或者软连接。
解决的办法是安装指定的dbus-glib库,可以使用包管理工具(如apt、yum等)安装,也可以从源代码编译安装。如果已经安装了最新版本,可以尝试更改环境变量PKG_CONFIG_PATH,让系统能够找到安装的库。
echo "deb http://download.opensuse.org/repositories/home:/strycore/Debian_10/ ./" | sudo tee /etc/apt/sources.list.d/lutris.list
wget -q https://download.opensuse.org/repositories/home:/strycore/Debian_10/Release.key -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install -y lutris
wget https://g37.gdl.netease.com/onmyoji_setup_10.4.0.zip
unzip onmyoji_setup_10.4.0.zip