summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-02-11 13:37:11 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-02-11 13:37:11 +0000
commit233d5ff333646a32a889a199ec17f38e5d6272d9 (patch)
treeebb86d5a93c59062ae08468ece074d9627e3498d /Makefile.config
parent2b41eceafe493c4e025afec3bc0c23ae370fbb40 (diff)
downloadnetsurf-233d5ff333646a32a889a199ec17f38e5d6272d9.tar.gz
netsurf-233d5ff333646a32a889a199ec17f38e5d6272d9.tar.bz2
List SDL option.
svn path=/trunk/netsurf/; revision=6427
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 76aab6547..eb8a1a47d 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -201,7 +201,7 @@ ifeq ($(TARGET),framebuffer)
CFLAGS += -O2 -Wuninitialized
# Framebuffer frontend.
- # Valid values are: linux, able
+ # Valid values are: linux, able, sdl
NETSURF_FB_FRONTEND := linux
# Use libharu to enable PDF export and GTK printing support.