From 3e2270482f73528949746fc24a01d0f0c01baee8 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 15 Jun 2015 13:36:53 +0100 Subject: 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. --- gtk/res/netsurf.gresource.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gtk/res/netsurf.gresource.xml') diff --git a/gtk/res/netsurf.gresource.xml b/gtk/res/netsurf.gresource.xml index 03e4be2f0..09683faa9 100644 --- a/gtk/res/netsurf.gresource.xml +++ b/gtk/res/netsurf.gresource.xml @@ -27,7 +27,8 @@ password.gtk2.ui tabcontents.gtk3.ui warning.gtk2.ui - favicon.png - netsurf.xpm + favicon.png + netsurf.xpm + menu_cursor.png -- cgit v1.2.3