aboutsummaryrefslogtreecommitdiff
path: root/utils/lcd4linux
Commit message (Collapse)AuthorAge
* lcd4linux: Add limits header for PATH_MAXRosen Penev2019-11-27
| | | | | | Fixes compilation on musl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* lcd4linux: Switch to feckert forkRosen Penev2019-10-14
| | | | | | | | | | | | | | The original project is dead. feckert fork is active. Cleaned up Makefile to be more similar to others. Fixed PKG_MAINTAINER having wrong place. Added PKG_BUILD_PARALLEL for faster compilation. Added LICENSE information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* lcd4linux: Update to 1204Rosen Penev2018-11-13
| | | | | | | | | Very minor bugfix. Also adjusted standard to gnu89 to fix compilation issues (lot of missing prototypes). Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: fix incorrect *_BUILD_DEPENDSMatthias Schiffer2018-01-09
| | | | | | | | | | | | | | | | Build depends refer to source package names, not binary package names. In many cases, PKG_BUILD_DEPENDS simply duplicated runtime dependencies of a source package's binary packages; as the corresponding source packages are implicitly added as bulid dependencies, PKG_BUILD_DEPENDS can simply be dropped in these cases. In the other cases, *_BUILD_DEPENDS is fixed to refer to the correct source package name. Dependency of mysql-server is adjusted from libncursesw to libncurses (as libncursesw is a virtual package provided by libncurses), so the build dependency on ncurses is emitted unconditionally. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* lcd4linux: fix endian issues with GLCD2USB pluginJonathan McCrohan2015-11-11
| | | | | | | Patch submitted by Vladimir Ermakov. Signed-off-by: Vladimir Ermakov <vooon341@gmail.com> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* lcd4linux: dpf driver requires libgd and libusbJonathan McCrohan2015-07-19
| | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* lcd4linux: remove broken flag from DPF driverJonathan McCrohan2015-07-13
| | | | | | | | No longer requires external DPF library as of SVN r1198. Fixes: #1570 Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* lcd4linux: import from oldpackagesJonathan McCrohan2015-07-12
* Update to latest version * Refresh patches * Update copyright years * Fix musl build issues (patches already applied upstream) Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>