aboutsummaryrefslogtreecommitdiff
path: root/mkconfig
diff options
context:
space:
mode:
authorbhgv <bhgv.empire@gmail.com>2019-03-06 02:50:05 +0300
committerbhgv <bhgv.empire@gmail.com>2019-03-06 02:50:05 +0300
commitd1a1a29bd5779e3a7e0d6ac4a6572eda5b28a943 (patch)
tree77264b473051fc6569dc4e30c609804d725c37b2 /mkconfig
parentc8a8f18fa610d27eb73d1d79a5f9f6a306fdf225 (diff)
Linux-Framebuffer graphics output was added. now no X needed for Inferno-graphics/GUI.
Diffstat (limited to 'mkconfig')
-rw-r--r--mkconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkconfig b/mkconfig
index 9f5365d..e66a052 100644
--- a/mkconfig
+++ b/mkconfig
@@ -11,7 +11,7 @@ ROOT=$ROOT
#
TKSTYLE=std
-WINDOW_BACKEND=clutter # andr, clutter
+WINDOW_BACKEND=fb # andr, clutter, x11a, fb
#
# Except for building kernels, SYSTARG must always be the same as SYSHOST
@@ -23,7 +23,7 @@ SYSTARG=Linux #Android #Linux #$SYSHOST # target system OS type (Hp, Inferno,
# specify the architecture of the target system - Plan 9 imports it from the
# environment; for other systems it is usually just hard-coded
#
-OBJTYPE=386 #arm #386 # target system object type (eg, 386, arm, mips, power, s800, sparc)
+OBJTYPE=arm #386 #arm #386 # target system object type (eg, 386, arm, mips, power, s800, sparc)
#OBJTYPE=$objtype
#