Link LCDd itself with pthread library if available. This should fix lockups

on the lis and xosd drivers.
This commit is contained in:
mmdolze
2011-11-16 21:06:50 +00:00
parent 77bf952dd2
commit e907d73588
3 changed files with 2 additions and 3 deletions
+1
View File
@@ -14,6 +14,7 @@ v0.5dev (ongoing development)
+ glcd driver: Add FreeType 2 rendering support (B. Walle and M. Dolze)
+ glcd driver: New connection type PNG, writes framebuffer as PNG image
+ hd44780: Fix vBars and block icon not working correctly on the same screen
* Build system: Link LCDd itself with pthread library if available
v0.5.5
+ sed1330 driver: Add support for HG25504 (L. Lagendijk)