From d6aae0a5aead73e5037ee042525b0b355cd16c3d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 6 Apr 2010 18:23:34 +0000 Subject: Fix framebuffer build. svn path=/trunk/netsurf/; revision=10254 --- Makefile.defaults | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.defaults b/Makefile.defaults index 051dbc693..4bfb17cae 100644 --- a/Makefile.defaults +++ b/Makefile.defaults @@ -216,6 +216,10 @@ ifeq ($(TARGET),framebuffer) # Valid options: YES, NO NETSURF_USE_HARU_PDF := NO + # Enable NetSurf's use of librosprite for displaying RISC OS Sprites + # Valid options: YES, NO, AUTO + NETSURF_USE_ROSPRITE := AUTO + # Library to use for font plotting # Valid options: internal, freetype NETSURF_FB_FONTLIB := internal -- cgit v1.2.3