mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 16:29:36 +03:00
Fix framebuffer build.
svn path=/trunk/netsurf/; revision=10254
This commit is contained in:
parent
fde385fbf3
commit
d6aae0a5ae
@ -216,6 +216,10 @@ ifeq ($(TARGET),framebuffer)
|
||||
# Valid options: YES, NO
|
||||
NETSURF_USE_HARU_PDF := NO
|
||||
|
||||
# Enable NetSurf's use of librosprite for displaying RISC OS Sprites
|
||||
# Valid options: YES, NO, AUTO
|
||||
NETSURF_USE_ROSPRITE := AUTO
|
||||
|
||||
# Library to use for font plotting
|
||||
# Valid options: internal, freetype
|
||||
NETSURF_FB_FONTLIB := internal
|
||||
|
Loading…
Reference in New Issue
Block a user