fix missing default for framebuffer frontend

This commit is contained in:
Vincent Sanders 2016-05-15 13:51:44 +01:00
parent d21447d096
commit 5482744ee5
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ NETSURF_FB_FRONTEND := sdl
# Valid options: YES, NO
NETSURF_USE_HARU_PDF := NO
# 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