GNOME Bugzilla – Bug 766746
Use GNUInstallDirs cmake module for controlling install directories
Last modified: 2018-02-07 17:51:11 UTC
Created attachment 328311 [details] [review] Use GNUInstallDirs cmake module This is useful if 'bin' and 'share' don't have the same prefix, allowing things like: * /usr/share/geary/... * /usr/<host-prefix>/bin/geary
Hi Julian, thanks for the patch. Is GNUInstallDirs part of the standard CMake distribution, or is it an add-on? If so, which distros ship it?
https://cmake.org/gitweb?p=cmake.git;a=blob;f=Modules/GNUInstallDirs.cmake
Okay, so it is included by CMake 3.0, which is what Debian stable is currently shipping. I'll commit this to master once 766196 has landed, since there will be a few conflicts in the CMakeList files.
This is getting a bit high-risk to land so close to 0.12, so bumping to 0.13.
Mike, is this going to be committed now that 0.12 has been released? We don't know when the build system will be migrated to Meson: bug #777044
Julian, apologies for the delay in getting this patch committed. We have recently committed a new meson-based build system, does Meson out of the box support the kinds of customisations you were looking for with this patch?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment. Thanks!
I don't use geary anymore and the contribution workflow is definitely too slow for me to care or investigate.