summaryrefslogtreecommitdiffstats
path: root/plugins/native/wheezy
Commit message (Collapse)AuthorAgeFilesLines
* gettext: remove native deps fixupsTony Theodore2018-02-281-1/+0
| | | | | issue from #1892 was actually related to Bash on Ubuntu on Windows and timestamp issues causing autotools to be called
* native plugin fixupsTony Theodore2017-10-301-0/+1
| | | | | | | | - gettext requires recent autotools - add for Ubuntu 14.04 (trusty) - fixes #1892 - add deps for Debian Jessie and Wheezy - libtool is built for prior Debian/Ubuntu, remove from docs - tidy up darwin overrides
* glib: refactor native toolsTony Theodore2017-10-262-2/+0
| | | | | | | | | | | | | | fixes #1934 The method of symlinks to native tools fails when glib versions drift too far apart - the obvious solution would be to update more frequently, but glib (and downstream friends) are always difficult to update. This set of changes: - always builds tools on linux - builds tools only once - uses pre-built packages for darwin - is untested on freebsd
* add native plugin for wheezy requirementsTony Theodore2016-01-317-0/+7
closes #1177 and #1178