cmake hardcodes /usr/lib/inkscape as plugin directory
Bug #1578164 reported by
Fabio Valentini
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Medium
|
YuGiOhJCJ | ||
0.92.x |
Triaged
|
Medium
|
Unassigned |
Bug Description
cmake hardcodes PREFIX/lib/inkscape as plugin directory.
see
src/CMakeLists.
this should use CMAKE_INSTALL_
many distros don't like arch-specific stuff in /usr/lib (e.g. on x86_64) and set that variable in package builds according to guidelines (e.g. fedora).
[1] https:/
Related branches
lp://staging/~yugiohjcj/inkscape/yugiohjcj-inkscape
Ready for review
for merging
into
lp://staging/~inkscape.dev/inkscape/trunk
- Bryce Harrington (community): Approve (code)
-
Diff: 68 lines (+9/-7)3 files modifiedCMakeLists.txt (+5/-3)
CMakeScripts/HelperMacros.cmake (+2/-2)
src/CMakeLists.txt (+2/-2)
tags: | added: cmake |
tags: | added: build |
Changed in inkscape: | |
importance: | Undecided → Medium |
milestone: | none → 0.92 |
Changed in inkscape: | |
milestone: | 0.92 → 0.93 |
tags: | added: bug-migration |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Ack'd for the 0.92.x branch once it's been landed on trunk & tested.