summaryrefslogtreecommitdiffstats
path: root/package/fbterm
Commit message (Collapse)AuthorAgeFilesLines
* fbterm: fix musl compile (missing string.h include)Peter Seiderer2016-02-192-0/+37
| | | | | | | | | | | | | | | | | | | | Fixes [1]: mouse.cpp: In function 's32 open_gpm(Gpm_Connect*)': mouse.cpp:58:37: error: 'memset' was not declared in this scope memset((s8 *)&addr, 0, sizeof(addr)); ^ mouse.cpp:60:64: error: 'strncpy' was not declared in this scope strncpy(addr.sun_path, GPM_NODE_CTL, sizeof(addr.sun_path) - 1); in case BR2_PACKAGE_GPM is defined. Add proper gpm dependency and configure option too. [1] http://autobuild.buildroot.net/results/a60/a602d61e68f662217ad868de79711a8ea892a3a9 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* fbterm: fix musl compilePeter Seiderer2015-10-101-0/+70
| | | | | | | | | | | | | | | | | | | | | - add missing include, fixes: fbio.cpp:33:8: error: ‘fd_set’ does not name a type static fd_set fds; improxy.cpp:439:3: error: ‘fd_set’ was not declared in this scope - add missing WAIT_ANY define, fixes: fbterm.cpp: In member function ‘void FbTerm::processSignal(u32)’: fbterm.cpp:212:22: error: ‘WAIT_ANY’ was not declared in this scope s32 pid = waitpid(WAIT_ANY, 0, WNOHANG); Fixes: http://autobuild.buildroot.net/results/ab2/ab2334700b44bac233994b76f2acf1795f0 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* fbterm: fix linking issue when static linking and a toolchain with threadsPeter Korsgaard2015-05-111-0/+6
| | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/899/899eb7e36dc31b7dcb51c0dd23d91965111d22c4/ http://autobuild.buildroot.net/results/43a/43a34d8b64f536caa579709508bb5e00633ba6e7/ http://autobuild.buildroot.net/results/f34/f343d015b127f29d614e7ea38b173d3a5c270d84/ http://autobuild.buildroot.net/results/da8/da88f40dfc51aea122c146e5bfee19b031cfaab6/ And many more. Fontconfig uses pthreads if available, but fbterm forgets to link with it breaking static builds. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/fbterm: add hashBernd Kuhls2015-04-191-0/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Config.in files: unify comments of toolchain option dependenciesThomas De Schampheleire2013-10-141-1/+1
| | | | | | | | This patch lines up the comments in Config.in files that clarify which toolchain options the package depends on. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* fbterm: define licenseGustavo Zacarias2013-06-281-2/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
| | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: add fbterm, a framebuffer-based terminal emulatorDimitry Golubovsky2012-05-162-0/+25
[Peter: fix dependencies / white space] Signed-off-by: Dmitry <golubovsky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
OpenPOWER on IntegriCloud