Support FreeBSD framebuffer

Origin: http://www.ac.auone-net.jp/~baba/w3m-img/index.html
Bug-FreeBSD: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=122673
This commit is contained in:
Yusuke Baba
2014-12-03 22:29:39 +09:00
committed by Tatsuya Kinoshita
parent eeea7ba4fe
commit 416d70d11e
4 changed files with 435 additions and 6 deletions

2
configure vendored
View File

@@ -6755,7 +6755,7 @@ $as_echo "$enable_image" >&6; }
if test x"$enable_image" = xyes; then
enable_image=x11
case "`uname -s`" in
Linux|linux|LINUX)
Linux|linux|LINUX|FreeBSD|freebsd|FREEBSD)
if test -c /dev/fb0; then
enable_image=x11,fb
fi;;