It was `--mandir=/usr/share/man` ```console + /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 --mandir=/usr/share/man --infodir=/usr/share/info --localedir=/usr/share/locale --sysconfdir=/etc --localstatedir=/var --sharedstatedir=/var/lib --wrap-mode=nodownload --auto-features=enabled . x86_64-redhat-linux-gnu -D api-docs=enabled -D gtkdoc=true -D html-docs=enabled -D pdf-docs=disabled -D plugins=true -D socket=true -D vte=true 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) ``` Even with `--auto-features=enabled` MAC related things should be only checked on MAC.