Change of vterm handling logic on backend chardev input event (#40)
[lunaix-os.git] / lunaix-os / hal / char / LBuild
index 88b33102a513d175fe3cc31f6a4cbabc34a36e08..c00a394db99cc03e38437c9779176e51a795cb13 100644 (file)
@@ -4,5 +4,7 @@ sources([
     "devnull.c",
     "serial.c",
     "devzero.c",
-    "lxconsole.c",
-])
\ No newline at end of file
+])
+
+if config("vga_console"):
+    sources("lxconsole.c")
\ No newline at end of file