meson setup build --prefix=/usr
The Meson build system
Version: 1.8.1
Source dir: /home/cic17/Downloads/git/pixdecor
Build dir: /home/cic17/Downloads/git/pixdecor/build
Build type: native build
Project name: pixdecor
Project version: 0.1.0
C compiler for the host machine: ccache cc (gcc 15.1.1 "cc (SUSE Linux) 15.1.1 20250714")
C linker for the host machine: cc ld.bfd 2.43.1.20241209-160000
C++ compiler for the host machine: ccache c++ (gcc 15.1.1 "c++ (SUSE Linux) 15.1.1 20250714")
C++ linker for the host machine: c++ ld.bfd 2.43.1.20241209-160000
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: YES (/usr/bin/pkg-config) 2.2.0
Dependency wayfire found: NO. Found 0.10.0 but need: '>=0.11.0'
Found CMake: /usr/bin/cmake (3.31.7)
Run-time dependency wayfire found: NO (tried cmake)
meson.build:18:10: ERROR: Dependency lookup for wayfire with method 'pkgconfig' failed: Invalid version, need 'wayfire' ['>=0.11.0'] found '0.10.0'.
A full log can be found at /home/cic17/Downloads/git/pixdecor/build/meson-logs/meson-log.txt
wayfire has just release version 0.10 some weeks ago. 0.11 I guess it is a git version maybe. Why meson thinks it is needed to have wayfire >=0.11.0 ?
meson setup build --prefix=/usrwayfirehas just release version0.10some weeks ago.0.11I guess it is a git version maybe. Whymesonthinks it is needed to havewayfire>=0.11.0 ?