Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-30 | Add the description tag to the generated pkgconfig filesv5.41.0-rc1v5.41.0 | Christophe Giboudeaux | |
Summary: pkgconfig complains when the .pc file doesn't have a description. eg: $ pkg-config Baloo Package 'Baloo' has no Description: field With this change, if the DESCRIPTION parameter is not used, ECM_GENERATE_PKGCONFIG_FILE will : - First look if there's a metainfo.yaml file and get the description from there - If the file doesn't exist, or if the description tag is empty or non-existent, create a description based on the LIB_NAME value Test Plan: Tests added & pass Reviewers: dfaure, apol Reviewed By: dfaure Subscribers: #frameworks, #build_system Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D9056 | |||
2015-11-22 | Overhaul the ECM build system. | Alex Merry | |
It should now be easier to read, and more featureful. Among other tweaks, we now print a summary of dependencies and build options, and the documentation is generated with more sensible breadcrumbs and builds properly with Sphinx 1.3. REVIEW: 126075 | |||
2015-08-20 | correct the test name, so that we don't have a duplicate ECMGenerateHeaders test | Patrick Spendrin | |
2014-09-10 | Introduce ECMGeneratePkgConfigFile | Aleix Pol | |
A new module has been introduced to generate pkgconfig files from cmake projects. REVIEW: 119798 |