mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-19 09:09:18 +03:00
fix missing default for framebuffer frontend
This commit is contained in:
parent
d21447d096
commit
5482744ee5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user