summaryrefslogtreecommitdiff
path: root/gtk/Makefile.defaults
blob: dc1203328716cefdc71f7e2e2d5be0c9050a9e96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# ----------------------------------------------------------------------------
# GTK-specific options
# ----------------------------------------------------------------------------

# Where to search for NetSurf's resources after looking in ~/.netsurf and
# $NETSURFRES.  It must have a trailing /
NETSURF_GTK_RESOURCES := $(PREFIX)/share/netsurf/

# Where to install the netsurf binary
NETSURF_GTK_BIN := $(PREFIX)/bin/

# Enable NetSurf's use of librsvg in conjunction with Cairo to display SVGs
# Valid options: YES, NO, AUTO
NETSURF_USE_RSVG := AUTO

# 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

# Enable building the source object cache filesystem based backing store.
NETSURF_FS_BACKING_STORE := YES

# Set default GTK version to build for (2 or 3)
NETSURF_GTK_MAJOR := 2

# Optimisation levels
CFLAGS += -O2