From fde385fbf3d12a20bad0a295a3f368ad35562514 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 6 Apr 2010 16:25:51 +0000 Subject: Attempt to make the config messages clearer. Add auto-detection of libsvgtiny option to gtk build. svn path=/trunk/netsurf/; revision=10253 --- Makefile.defaults | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.defaults') diff --git a/Makefile.defaults b/Makefile.defaults index ecb97d78e..051dbc693 100644 --- a/Makefile.defaults +++ b/Makefile.defaults @@ -126,6 +126,10 @@ ifeq ($(TARGET),gtk) # Valid options: YES, NO, AUTO NETSURF_USE_RSVG := AUTO + # Enable NetSurf's use of libsvgtiny for displaying SVGs + # Valid options: YES, NO, AUTO + NETSURF_USE_NSSVG := AUTO + # Enable NetSurf's use of librosprite for displaying RISC OS Sprites # Valid options: YES, NO, AUTO NETSURF_USE_ROSPRITE := AUTO -- cgit v1.2.3