summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-03-02 15:17:40 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-03-02 15:17:40 +0000
commit68a3e06b195709221a1ede5fb888c7a6be646e93 (patch)
tree166a1cddf7bf140222656c6199fe017bf1bdc1ba /Makefile.config
parentbc875e092e5126ed7ecac8d573cc74dd3832be34 (diff)
downloadnetsurf-68a3e06b195709221a1ede5fb888c7a6be646e93.tar.gz
netsurf-68a3e06b195709221a1ede5fb888c7a6be646e93.tar.bz2
Add VNC front end to list of options.
svn path=/trunk/netsurf/; revision=6667
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config
index 3cc70c789..6e9f1464d 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -201,7 +201,7 @@ ifeq ($(TARGET),framebuffer)
CFLAGS += -O2 -Wuninitialized
# Framebuffer frontend.
- # Valid values are: linux, able, sdl
+ # Valid values are: linux, sdl, vnc, able
NETSURF_FB_FRONTEND := linux
# Enable NetSurf's use of Hubbub to parse HTML rather, than libxml2