Closed
Description
After removing atk (and at-spi2-core) from the PKGBUILD, and adding -D atk_bridge=false, the package will not build and continues checking for an atk dependency:
makepkg -sir ... Run-time dependency atk found: NO
I haven't tried with any other system so unsure if the problem is specifically Arch-related, is universal, or is just something I've done wrong.
My meson build command:
arch-meson gtk+$_gtkver build ... -D atk_bridge=false ...
Apologies for not simply uploading my PKGBUILD and the poor formating, I'm not home currently and I don't have a GUI on my laptop yet.
Thanks!