Hi there, Since version 4.0, libxklavier has changed the signature of one of its functions. Commit 992187 attempts to fix kdebase, however it doesn't work: libxklavier only returns its version via pkg-config, so LIBXKLAVIER_VERSION is set to values such as 4.0, which fail with the current solution (#ifdef LIBXKLAVIER_VERSION > 40).
I presume there isn't a easy, clean way to fix that, right? What should be done? Set another variable in FindLibXklavier.cmake, such as LIBXKLAVIER_VERSION_AT_LEAST_4? Cheers, Raphael _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
