glcd driver: Add the 'x11' connection type that draws the screen to a X

window (by S. Meharg).
This commit is contained in:
mmdolze
2013-05-04 14:31:14 +00:00
parent 35d37bd230
commit c9c3bfa9a9
9 changed files with 578 additions and 12 deletions
+3
View File
@@ -186,6 +186,9 @@ dnl else
])
])
AC_SUBST(LIBSERDISP)
if test "$enable_libX11" = yes ; then
GLCD_DRIVERS="$GLCD_DRIVERS glcd-glcd-x11.o"
fi
DRIVERS="$DRIVERS glcd${SO}"
actdrivers=["$actdrivers glcd"]
;;