[jhbuild] [config] add jhbuild relative path to XCURSOR_PATH (GNOME bug 586523)
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Subject: [jhbuild] [config] add jhbuild relative path to XCURSOR_PATH (GNOME bug 586523)
- Date: Sun, 21 Jun 2009 09:52:47 -0400 (EDT)
commit fc1f3126efdaebd280796466809cd0a2a92445ce
Author: Sascha Silbe <sascha-hp-2009-1 silbe org>
Date: Sun Jun 21 15:51:30 2009 +0200
[config] add jhbuild relative path to XCURSOR_PATH (GNOME bug 586523)
jhbuild/config.py | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/jhbuild/config.py b/jhbuild/config.py
index f8bc495..35b11ae 100644
--- a/jhbuild/config.py
+++ b/jhbuild/config.py
@@ -350,6 +350,10 @@ class Config:
xdgconfigdir = os.path.join(self.prefix, 'etc', 'xdg')
addpath('XDG_CONFIG_DIRS', xdgconfigdir)
+ # XCURSOR_PATH
+ xcursordir = os.path.join(self.prefix, 'share', 'icons')
+ addpath('XCURSOR_PATH', xcursordir)
+
# ACLOCAL_FLAGS
aclocaldir = os.path.join(self.prefix, 'share', 'aclocal')
if not os.path.exists(aclocaldir):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]