summaryrefslogtreecommitdiff
path: root/gtk/Makefile.defaults
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-06-15 13:36:53 +0100
committerVincent Sanders <vince@kyllikki.org>2015-06-17 21:35:40 +0100
commit3e2270482f73528949746fc24a01d0f0c01baee8 (patch)
tree1d6b4914c6cf8b59aaa0c19ba322e4c56eb2a836 /gtk/Makefile.defaults
parent59fbd51a77a684c15b189f666e4359bfd820f627 (diff)
downloadnetsurf-3e2270482f73528949746fc24a01d0f0c01baee8.tar.gz
netsurf-3e2270482f73528949746fc24a01d0f0c01baee8.tar.bz2
Make GTK resource handling configurable
This makes the GTK resource handling configurable in the same way as all other pkg-config style feature options. It is now possible to completely disable compiled in resources if wanted as well as forcing inline pixdata on if desired.
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