Title: [111186] trunk/Tools
Revision
111186
Author
[email protected]
Date
2012-03-19 09:05:17 -0700 (Mon, 19 Mar 2012)

Log Message

[EFL] Add XDG env vars to jhbuildrc
https://bugs.webkit.org/show_bug.cgi?id=81510

Needed to ensure correct glib behaviour in jhbuild environment.

Patch by Dominik Röttsches <[email protected]> on 2012-03-19
Reviewed by Philippe Normand.

* efl/jhbuildrc:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (111185 => 111186)


--- trunk/Tools/ChangeLog	2012-03-19 15:33:26 UTC (rev 111185)
+++ trunk/Tools/ChangeLog	2012-03-19 16:05:17 UTC (rev 111186)
@@ -1,3 +1,14 @@
+2012-03-19  Dominik Röttsches  <[email protected]>
+
+        [EFL] Add XDG env vars to jhbuildrc
+        https://bugs.webkit.org/show_bug.cgi?id=81510
+
+        Needed to ensure correct glib behaviour in jhbuild environment.
+
+        Reviewed by Philippe Normand.
+
+        * efl/jhbuildrc:
+
 2012-03-19  Allan Sandfeld Jensen  <[email protected]>
 
         Select best target for tap gesture.

Modified: trunk/Tools/efl/jhbuildrc (111185 => 111186)


--- trunk/Tools/efl/jhbuildrc	2012-03-19 15:33:26 UTC (rev 111185)
+++ trunk/Tools/efl/jhbuildrc	2012-03-19 16:05:17 UTC (rev 111186)
@@ -53,4 +53,7 @@
 addpath('PKG_CONFIG_PATH', os.path.join(os.sep, 'usr', _libdir, 'pkgconfig'))
 addpath('PKG_CONFIG_PATH', os.path.join(os.sep, 'usr', 'share', 'pkgconfig'))
 
+addpath('XDG_DATA_DIRS', '/usr/share')
+addpath('XDG_CONFIG_DIRS', '/etc/xdg')
+
 partial_build = False
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to