OffByOneStudios / massive-dangerzone

A platform agnostic module management system.
6 stars 1 forks source link

Library Checking #20

Open mason-bially opened 11 years ago

mason-bially commented 11 years ago

It would be useful to check a plugin's libraries to make sure they have been fully configured.

This may require adding some more features to how libraries are configured. It would be nice if a library information could be auto expanded (for example, a OptionLibraryUtilPkgConfig which gave --libs to pass to 'pkg-config' or OptionLibraryInstallDirectory which gives the directory the library is installed in which would work with OptionLibraryInstallManager which is an object describing how to mange an installed library)