| Summary: | kdesupport ignore CMAKE_INSTALL_PREFIX for some files | ||
|---|---|---|---|
| Product: | [Unmaintained] nepomuk | Reporter: | Nadav <nadavvin> |
| Component: | general | Assignee: | Sebastian Trueg <sebastian> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | trueg |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Nadav
2010-05-08 18:21:31 UTC
Try this before running cmake: export PKG_CONFIG_PATH=$YOUR_INSTALL_PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH I doubt that pkgconfig is supposed to install into "regular" install prefix, because it does not search there, only in PKG_CONFIG_PATH, but I let soprano maintainer decide. not a bug |