Hello Alex and guys, as you might remember, we're not installing FindPolkitQt.cmake anymore. Unfortunately, I found out that this creates a small problem, in KDE4Macros, here:
if (NOT POLKITQT_FOUND)
macro_optional_find_package(PolkitQt)
endif (NOT POLKITQT_FOUND)
if (POLKITQT_FOUND)
install(FILES ${_output} DESTINATION
${POLKITQT_POLICY_FILES_INSTALL_DIR})
endif (POLKITQT_FOUND)
You might agree it's fairly ridicolous to have the cmake file and the eventual
development package of polkit-qt installed just to find out about a path. The
idea would be of "storing" in a configuration file the value of
POLKITQT_POLICY_FILES_INSTALL_DIR, in a variable named
KDE4_AUTH_POLICY_FILES_INSTALL_DIR when kdelibs get built. Is there a
place/way to do that?
--
-------------------
Dario Freddi
KDE Developer
GPG Key Signature: 511A9A3B
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
