# ---------------------------------------------------------------------------- # FLTK-specific options # ---------------------------------------------------------------------------- # Where to search for NetSurf's resources after looking in ~/.netsurf and # $NETSURFRES. It must have a trailing / NETSURF_FLTK_RES_PATH := $(PREFIX)/share/netsurf/:./frontends/fltk/res/ # Where to install the netsurf binary NETSURF_FLTK_BIN := $(PREFIX)/bin/ # Enable NetSurf's use of librsvg in conjunction with Cairo to display SVGs # Valid options: YES, NO, AUTO NETSURF_USE_RSVG := 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 # Enable building the source object cache filesystem based backing store. NETSURF_FS_BACKING_STORE := NO # Optimisation levels CFLAGS += -O2