D28360: cmake: make xsettingsd check an option

Friedrich W. H. Kossebau noreply at phabricator.kde.org
Sat Mar 28 10:55:23 GMT 2020


kossebau added a comment.


  Sadly Cmake does not have separate "RUNTIME-OPTIONAL" & "RUNTIME-REQUIRED" so far. Previously that was solved by noting the required vs. optional in the purpose text, so the info still arrived with packagers.
  Just "REQUIRED" means, it is required for the build. Could be even a build-only requirement.
  
  So "RUNTIME" is the right type here, with the hint to be a required dependency done in the "PURPOSE" text:
  
    set_package_properties(XSettingsd PROPERTIES
        DESCRIPTION "XSettingsd daemon"
        TYPE RUNTIME
        PURPOSE "Required to have GTK Config kded module to apply settings to GTK applications on the fly"
    )

REPOSITORY
  R99 KDE Gtk Configuration Tool

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

To: eszlari, gikari
Cc: rikmills, kossebau, ngraham, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20200328/db1a720a/attachment.html>


More information about the Plasma-devel mailing list