You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.4 KiB
51 lines
1.4 KiB
# ----------------------------------------------------------------------------
|
|
# kolibrios-target-specific options
|
|
# ----------------------------------------------------------------------------
|
|
|
|
# Optimisation levels
|
|
# CFLAGS += -O2
|
|
|
|
# Framebuffer default surface provider.
|
|
# Valid values are: x, sdl, linux, vnc, able, kolibri
|
|
NETSURF_KOLIBRI_FRONTEND := kolibri
|
|
|
|
# Use libharu to enable PDF export and GTK printing support.
|
|
# 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 := NO
|
|
|
|
# Enable NetSurf's use of librosprite for displaying RISC OS Sprites
|
|
# Valid options: YES, NO, AUTO
|
|
NETSURF_USE_ROSPRITE := NO
|
|
|
|
# Library to use for font plotting
|
|
# Valid options: internal, freetype
|
|
NETSURF_KOLIBRI_FONTLIB := freetype
|
|
# NETSURF_KOLIBRI_FONTPATH := /usbhd0/1/bin/res/
|
|
|
|
# Default freetype font files
|
|
NETSURF_KOLIBRI_FONT_SANS_SERIF := sans.ttf
|
|
KOLIBRI_FONT_freetype_sans := sans.ttf
|
|
|
|
# Default binary install path
|
|
NETSURF_FRAMEBUFFER_BIN := $(PREFIX)/bin/
|
|
|
|
# Default resource install path
|
|
NETSURF_FRAMEBUFFER_RESOURCES := $(PREFIX)/share/netsurf/
|
|
|
|
# Res path when running on KolibriOS
|
|
NETSURF_KOLIBRI_RESPATH := /usbhd0/1/res
|
|
|
|
# KolibriOS does not need curl. It has it's own HTTP library.
|
|
NETSURF_USE_CURL := NO
|
|
NETSURF_USE_KOLIBRI_HTTPLIB := YES
|
|
|
|
# image formats
|
|
NETSURF_USE_PNG := YES
|
|
NETSURF_USE_GIF := YES
|
|
NETSURF_USE_JPEG := YES
|
|
NETSURF_USE_BMP := NO
|