summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2009-02-11 00:20:02 +0000
committerVincent Sanders <vince@netsurf-browser.org>2009-02-11 00:20:02 +0000
commit2b41eceafe493c4e025afec3bc0c23ae370fbb40 (patch)
treeec2e0ce8d22939981c269a49593630e82fb2fa86 /Makefile.config
parentb3bc3eb8968a0258b4c4045ad1d51e19fd5bf2b9 (diff)
downloadnetsurf-2b41eceafe493c4e025afec3bc0c23ae370fbb40.tar.gz
netsurf-2b41eceafe493c4e025afec3bc0c23ae370fbb40.tar.bz2
add SDL frontend for framebuffer port
svn path=/trunk/netsurf/; revision=6415
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index fe693dd4d..76aab6547 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -213,10 +213,12 @@ ifeq ($(TARGET),framebuffer)
NETSURF_FB_RESPATH_linux := /usr/share/netsurf/
NETSURF_FB_RESPATH_able := (tftpboot)/
NETSURF_FB_RESPATH_dummy := ./
+ NETSURF_FB_RESPATH_sdl := ./
NETSURF_FB_HOMEPATH_linux := ~/.netsurf/
NETSURF_FB_HOMEPATH_able := (tftpboot)/
NETSURF_FB_HOMEPATH_dummy := ./
+ NETSURF_FB_HOMEPATH_sdl := ~/.netsurf/
endif