xdg: add modules for supporting various XDG specs

This commit is contained in:
Michael Peyton Jones
2018-08-15 09:55:35 +01:00
parent 52e7817aa2
commit 13e2e19158
13 changed files with 133 additions and 29 deletions

View File

@@ -40,7 +40,6 @@ in
GTK_PATH = [ "/lib/gtk-2.0" "/lib/gtk-3.0" ];
XDG_CONFIG_DIRS = [ "/etc/xdg" ];
XDG_DATA_DIRS = [ "/share" ];
XCURSOR_PATH = [ "/share/icons" ];
MOZ_PLUGIN_PATH = [ "/lib/mozilla/plugins" ];
LIBEXEC_PATH = [ "/lib/libexec" ];
};