pickworthi
pickworthi
I went back to version 0.7.0, and it builds using the command I gave in the report. I noticed that cmake said "Dependency wayland-client skipped: feature with_wayland disabled" How do...
Adding the flag -Dwith_wayland=disabled to the line I used in the report allows the build to complete successfully. Thanks. Did something change v0.7.1 to v0.7.2? (both v0.7.0 and v0.7.1 both...
Perhaps a note on how to exclude wayland could be added to the README?
I think I can see the build problem: `libwayland-client.so.0 (libc6) => /usr/lib/libwayland-client.so.0` and `--libdir lib32` According to Gentoo system layout docs, use of /usr/lib32 was deprecated.
After some experimentation I got a 32 bit command to configure correctly for Gentoo baselayout: `CC="gcc -m32" CXX="g++ -m32" PKG_CONFIG_PATH="/usr/lib/pkgconfig" meson build32 --prefix=/usr --libdir lib -Dappend_libdir_mangohud=false -Dwith_xnvctrl=disabled` `sudo ninja -C...
A better way would be to find the location of the ip program using the command `which ip`. That way it works for everyone - and you know if it's...