Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gettext: remove native deps fixups | Tony Theodore | 2018-02-28 | 1 | -1/+0 |
| | | | | | issue from #1892 was actually related to Bash on Ubuntu on Windows and timestamp issues causing autotools to be called | ||||
* | native plugin fixups | Tony Theodore | 2017-10-30 | 1 | -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 tools | Tony Theodore | 2017-10-26 | 2 | -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 requirements | Tony Theodore | 2016-01-31 | 7 | -0/+7 |
closes #1177 and #1178 |