From: Nick Bowler Date: Wed, 27 Feb 2019 18:35:39 +0000 (-0500) Subject: Fix build with more recent libmodplug. X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/commitdiff_plain/852d25c6fea13f6ffce0e48a17c50817d439c9c0?hp=852d25c6fea13f6ffce0e48a17c50817d439c9c0 Fix build with more recent libmodplug. Modern versions of libmodplug no longer put -I${includedir}/libmodplug in the pkg-config file, which breaks our files that #include . Seems the expectation is for packges to #include 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. ---