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.
29 lines
954 B
29 lines
954 B
# ----------------------------------------------------------------------------
|
|
# QT-specific options
|
|
# ----------------------------------------------------------------------------
|
|
|
|
# Where to search for NetSurf's resources after looking in ~/.netsurf and
|
|
# $NETSURFRES. It must have a trailing /
|
|
NETSURF_QT_RES_PATH := $(PREFIX)/share/netsurf/:./frontends/qt/res/
|
|
|
|
# Where to install the netsurf binary
|
|
NETSURF_QT_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 := AUTO
|
|
|
|
# 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
|