security/pinentry qt6 build picks up KF6WindowSystem if present. There's
no autoconf cache so if we want to prevent it being picked up we'll need
to patch configure. Any opinions whether we'd be better off to prevent
it from being found or whether we should add the dep?

checking for KF6WindowSystem >= 5.240... yes

As you'd expect, found by dpb junking:

main.cpp:76:10: fatal error: 'KWindowSystem' file not found
#include <KWindowSystem>


Reply via email to