Small problem with PolkitQt

Dario Freddi drf54321 at gmail.com
Mon Dec 14 16:35:32 CET 2009


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
Url : http://mail.kde.org/pipermail/kde-buildsystem/attachments/20091214/03211601/attachment.sig 


More information about the Kde-buildsystem mailing list