Use nssvg by default on BeOS.

svn path=/trunk/netsurf/; revision=10676
This commit is contained in:
François Revel 2010-08-02 22:21:14 +00:00
parent f2cb00870b
commit 59f13bbf24
1 changed files with 4 additions and 0 deletions

View File

@ -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