]> git.draconx.ca Git - upkg.git/commitdiff
Fix build with more recent libmodplug.
authorNick Bowler <nbowler@draconx.ca>
Wed, 27 Feb 2019 18:35:39 +0000 (13:35 -0500)
committerNick Bowler <nbowler@draconx.ca>
Mon, 27 Jan 2020 04:06:58 +0000 (23:06 -0500)
Modern versions of libmodplug no longer put -I${includedir}/libmodplug
in the pkg-config file, which breaks our files that #include <modplug.h>.

Seems the expectation is for packges to #include <libmodplug/modplug.h>
instead, which should work totally fine with old versions too.  The new
libmodplug helper macro in dxcommon uses that, so just update the the
rest of the code accordingly.


No differences found