You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even after installing all of the listed dependencies on Fedora Linux, running meson setup build produces an error on Fedora Linux 40 (Linux 6.10.9-200.fc40.x86_64).
$ meson setup build
The Meson build system
Version: 1.4.1
Source dir: /home/<user>/Games/oversteer
Build dir: /home/<user>/Games/oversteer/build
Build type: native build
Project name: oversteer
Project version: 0.8.3
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program python3 found: YES (/usr/bin/python3)
Configuring io.github.berarma.Oversteer.desktop.tmp using configuration
Program msgfmt found: YES (/usr/bin/msgfmt)
Program appstream-util found: NO
Program desktop-file-validate found: YES (/usr/bin/desktop-file-validate)
Configuring oversteer using configuration
Program msginit found: YES (/usr/bin/msginit)
Program msgmerge found: YES (/usr/bin/msgmerge)
Program xgettext found: YES (/usr/bin/xgettext)
Build targets in project: 16
The package libappstream-glib installs appstream-util and fixes this error.
The text was updated successfully, but these errors were encountered:
Even after installing all of the listed dependencies on Fedora Linux, running
meson setup build
produces an error on Fedora Linux 40 (Linux 6.10.9-200.fc40.x86_64).The package
libappstream-glib
installsappstream-util
and fixes this error.The text was updated successfully, but these errors were encountered: