I think that by default MAC dependencies should not be checked on non-MAC systems. ```console + export ASMFLAGS CFLAGS CXXFLAGS FFLAGS FCFLAGS LDFLAGS VALAFLAGS CC CXX FC AR NM RANLIB RUSTFLAGS VALAFLAGS + /usr/bin/meson setup --buildtype=plain --prefix=/usr --libdir=/usr/lib64 --libexecdir=/usr/libexec --bindir=/usr/bin --sbindir=/usr/sbin --includedir=/usr/include --datadir=/usr/share --m The Meson build system Version: 1.2.3 Source dir: /home/tkloczko/rpmbuild/BUILD/geany-2.0.0 Build dir: /home/tkloczko/rpmbuild/BUILD/geany-2.0.0/x86_64-redhat-linux-gnu Build type: native build Project name: geany Project version: 2.0.0 C compiler for the host machine: /usr/bin/gcc (gcc 13.2.1 "gcc (GCC) 13.2.1 20231011 (Red Hat 13.2.1-4)") C linker for the host machine: /usr/bin/gcc ld.bfd 2.41-7 C++ compiler for the host machine: /usr/bin/g++ (gcc 13.2.1 "g++ (GCC) 13.2.1 20231011 (Red Hat 13.2.1-4)") C++ linker for the host machine: /usr/bin/g++ ld.bfd 2.41-7 Host machine cpu family: x86_64 Host machine cpu: x86_64 Found pkg-config: /usr/bin/pkg-config (2.0.3) Run-time dependency glib-2.0 found: YES 2.78.0 Run-time dependency gmodule-2.0 found: YES 2.78.0 Run-time dependency gtk+-3.0 found: YES 3.24.38 Did not find CMake 'cmake' Found CMake: NO Run-time dependency gtk-mac-integration found: NO (tried pkgconfig)
meson.build:26:22: ERROR: Dependency "gtk-mac-integration" not found, tried pkgconfig
A full log can be found at /home/tkloczko/rpmbuild/BUILD/geany-2.0.0/x86_64-redhat-linux-gnu/meson-logs/meson-log.txt ```