From 9402e110e904b4644ebc467e7f8e78ba4e91333c Mon Sep 17 00:00:00 2001 From: James Shaw Date: Sat, 29 Mar 2008 13:30:04 +0000 Subject: Implement sprite support for GTK using librosprite svn path=/trunk/netsurf/; revision=4051 --- utils/config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utils/config.h') 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 -- cgit v1.2.3