diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/maint/gsettings.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/maint/gsettings.inc b/tools/maint/gsettings.inc new file mode 100644 index 0000000..40941b4 --- /dev/null +++ b/tools/maint/gsettings.inc @@ -0,0 +1,8 @@ + +# Produce and export schemas needed by GSettings + +# source tools/maint/gsettings.inc + +glib-compile-schemas src/schemas/ + +export GSETTINGS_SCHEMA_DIR=$PWD/src/schemas |