MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0013964 | CMake | Modules | public | 2013-02-28 12:26 | 2016-06-10 14:31 |
| Reporter | Michał Górny | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | CMake 2.8.10.2 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0013964: FindX11.cmake does not respect pkg-config and therefore fails to obtain proper cflags for libXft | ||||
| Description | We are moving freetype2 header into ABI-specific location in order to support multilib properly. The freetype2.pc specifies correct include path, and libXft.pc uses 'Requires.private' on freetype2. Therefore: $ pkg-config --cflags xft -I/usr/lib64/freetype2/include/freetype2 -I/usr/lib64/freetype2/include However, CMake does not use pkg-config but some hard-to-understand discovery logic which finds libXft properly but makes applications using it fail to build due to the necessity of having freetype2 include path as well. | ||||
| Steps To Reproduce | 1. build and install freetype2 with --includedir=/non-standard-location, 2. build and install libXft, 3. try to build any application using cmake & libXft, e.g. slim. | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2013-02-28 12:26 | Michał Górny | New Issue | |||
| 2016-06-10 14:28 | Kitware Robot | Note Added: 0042242 | |||
| 2016-06-10 14:28 | Kitware Robot | Status | new => resolved | ||
| 2016-06-10 14:28 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot | ||
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||