Skip to content

Build system improvements

Andreas Sturmlechner requested to merge github/fork/a17r/buildsystem into master
  • Use GNUInstallDirs (similar as done with OpenICC, but please note that I did not touch the bundled lib).
  • Move src location of oforms from examples to tools (not only did tools depend on examples but also were added in incorrect order of dependence).
  • Add some build time options
  • Switch to FindFLTK shipped by cmake and fix cmake variables

Files are installed in same places as before. Package builds successfully with -DENABLE_EXAMPLES=OFF as well as -DENABLE_STATIC_LIBS=OFF. synnefo continues to find oyranos.

Please also have a look at my review request for kolor-manager (only minor stuff): https://git.reviewboard.kde.org/r/129585/

Merge request reports