summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2009-02-14 12:49:21 +0000
committerVincent Sanders <vince@netsurf-browser.org>2009-02-14 12:49:21 +0000
commitd6cd92e0ccb2f78ec197e02ba714344951075a41 (patch)
tree1ee9363a747a65188c0f38831bf7d05eaab94748 /Makefile.config
parentf90e43e2b05fef6bca65d086a78cec4cee3c0dec (diff)
downloadnetsurf-d6cd92e0ccb2f78ec197e02ba714344951075a41.tar.gz
netsurf-d6cd92e0ccb2f78ec197e02ba714344951075a41.tar.bz2
Fix resource handling buy copying the GTK approach
Cleanup mouse movement handlig svn path=/trunk/netsurf/; revision=6486
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.config b/Makefile.config
index 23e5d3d85..0a17205f7 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -219,11 +219,6 @@ ifeq ($(TARGET),framebuffer)
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
# Include any local overrides