Fix djvu build on macos
ClosedPublic

Authored by arichardson on Sep 12 2018, 8:36 AM.

Details

Summary

Build using autotools on non-Windows systems since that is the supported way.

Diff Detail

Repository
R877 Craft Blueprints for KDE
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
arichardson requested review of this revision.Sep 12 2018, 8:36 AM
arichardson created this revision.

I found https://github.com/acmepjz/djvulibre with cmake build system, should we be using that instead?

Hm I'm not a big fan of downstream build systems in general ( we had issues with it before) if the one you found is better maintained and offers similar platform support and the same lib names we might want to switch. Or we use the native build system where possible...

I guess the other option is to just use the autotools build for linux/mac?

Hm yes autotools is at least tested with the software.
I hate it but if it's the supported way to build it....

arichardson edited the summary of this revision. (Show Details)

Build using autotools on non-Windows systems since that is the supported way.

Add missing newline

vonreth accepted this revision.Sep 13 2018, 10:59 AM

Looks good

This revision is now accepted and ready to land.Sep 13 2018, 10:59 AM
This revision was automatically updated to reflect the committed changes.