summaryrefslogtreecommitdiff
path: root/gtk/Makefile.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/Makefile.defaults')
-rw-r--r--gtk/Makefile.defaults11
1 files changed, 11 insertions, 0 deletions
diff --git a/gtk/Makefile.defaults b/gtk/Makefile.defaults
index 51aa02707..0f229d8c2 100644
--- a/gtk/Makefile.defaults
+++ b/gtk/Makefile.defaults
@@ -21,6 +21,17 @@ NETSURF_USE_NSSVG := AUTO
# Valid options: YES, NO, AUTO
NETSURF_USE_ROSPRITE := AUTO
+# Enable the use of GLib compiled in resource handling. This requires
+# GLib 2.32 or later
+# Valid options: YES, NO, AUTO
+NETSURF_USE_GRESOURCE := AUTO
+
+# Enable the use of compiled in inline pixbuf. This is depricated
+# since GLib 2.32. The automatic selection is disabled if GRESOURCE
+# handling is enabled
+# Valid options: YES, NO, AUTO
+NETSURF_USE_INLINE_PIXBUF := AUTO
+
# Enable building the source object cache filesystem based backing store.
NETSURF_FS_BACKING_STORE := YES