From 59f13bbf24d5cae3d00ca3c1bc7d9cbd6f501e4f Mon Sep 17 00:00:00 2001 From: François Revel Date: Mon, 2 Aug 2010 22:21:14 +0000 Subject: Use nssvg by default on BeOS. svn path=/trunk/netsurf/; revision=10676 --- Makefile.defaults | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.defaults') diff --git a/Makefile.defaults b/Makefile.defaults index d1a29a2ca..ee998f2b6 100644 --- a/Makefile.defaults +++ b/Makefile.defaults @@ -167,6 +167,10 @@ ifeq ($(TARGET),beos) # $NETSURFRES. It must have a trailing / NETSURF_BEOS_RESOURCES := /boot/apps/netsurf/res/ + # Enable NetSurf's use of libsvgtiny for displaying SVGs + # Valid options: YES, NO, AUTO + NETSURF_USE_NSSVG := YES + # Enable NetSurf's use of librosprite for displaying RISC OS Sprites # Valid options: YES, NO, AUTO NETSURF_USE_ROSPRITE := AUTO -- cgit v1.2.3