summaryrefslogtreecommitdiff
path: root/utils/config.h
diff options
context:
space:
mode:
authorJames Shaw <jshaw@netsurf-browser.org>2008-03-29 13:30:04 +0000
committerJames Shaw <jshaw@netsurf-browser.org>2008-03-29 13:30:04 +0000
commit9402e110e904b4644ebc467e7f8e78ba4e91333c (patch)
tree31e5bac29b08a254091f346e8acda898df06e4ef /utils/config.h
parent2a5ffe493eee0a287994f098d6322fbf39e100b3 (diff)
downloadnetsurf-9402e110e904b4644ebc467e7f8e78ba4e91333c.tar.gz
netsurf-9402e110e904b4644ebc467e7f8e78ba4e91333c.tar.bz2
Implement sprite support for GTK using librosprite
svn path=/trunk/netsurf/; revision=4051
Diffstat (limited to 'utils/config.h')
-rw-r--r--utils/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/config.h b/utils/config.h
index 9200fe73f..ce23fc0aa 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -73,6 +73,7 @@ char *strndup(const char *s, size_t n);
#else
/* We're likely to have a working mmap() */
#define WITH_MMAP
+ #define WITH_NSSPRITE
#if !defined(DEBUG_BUILD)
/* Use librsvg and Cairo for rendering SVG */
#define WITH_RSVG
@@ -83,6 +84,10 @@ char *strndup(const char *s, size_t n);
#error Cannot build WITH_NS_SVG and WITH_RSVG both enabled
#endif
+#if defined(WITH_NSSPRITE) && defined(WITH_SPRITE)
+ #error Cannot build WITH_NSSPRITE and WITH_SPRITE both enabled
+#endif
+
#if defined(riscos) || defined(DEBUG_BUILD)
/* Export modules */
#define WITH_SAVE_COMPLETE