D7274: Allow to only build the kauth-policy-gen code generator

Aleix Pol Gonzalez noreply at phabricator.kde.org
Sun Nov 12 00:43:58 UTC 2017


apol added inline comments.

INLINE COMMENTS

> ConfigureChecks.cmake:106
>                        Falling back to Fake backend")
> -            set (KAUTH_BACKEND "FAKE")
> +            #set (KAUTH_BACKEND "FAKE")
>          endif (NOT PolkitQt5-1_FOUND)

Is this change required?

> ConfigureChecks.cmake:153
>      # POLKITQT-1_POLICY_FILES_INSTALL_DIR has an absolute pathname, fix that.
> -    string(REPLACE ${POLKITQT-1_INSTALL_DIR}
> -        ${CMAKE_INSTALL_PREFIX} _KAUTH_POLICY_FILES_INSTALL_DIR
> -        ${POLKITQT-1_POLICY_FILES_INSTALL_DIR})
> +    if(POLKITQT-1_INSTALL_DIR)
> +        string(REPLACE ${POLKITQT-1_INSTALL_DIR}

`if (PolkitQt5-1_FOUND)`?

REPOSITORY
  R283 KAuth

REVISION DETAIL
  https://phabricator.kde.org/D7274

To: vkrause, #frameworks, cordlandwehr
Cc: apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20171112/092b23e4/attachment.html>


More information about the Kde-frameworks-devel mailing list