Changeset 116223 in webkit


Ignore:
Timestamp:
May 5, 2012 9:34:24 AM (12 years ago)
Author:
rakuco@webkit.org
Message:

[jhbuild] Do not set XDG_DATA_DIRS in jhbuildrc.
https://bugs.webkit.org/show_bug.cgi?id=85717

Reviewed by Martin Robinson.

After r116209, the XDG_DATA_DIRS environment variable is now
passed by webkitpy's layout_tests code to run-with-jhbuild, so
instead of setting a few defaults in jhbuildrc we can now rely on
the values set and really used by each system.

  • efl/jhbuildrc:
  • gtk/jhbuildrc:
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r116215 r116223  
     12012-05-05  Raphael Kubo da Costa  <rakuco@webkit.org>
     2
     3        [jhbuild] Do not set XDG_DATA_DIRS in jhbuildrc.
     4        https://bugs.webkit.org/show_bug.cgi?id=85717
     5
     6        Reviewed by Martin Robinson.
     7
     8        After r116209, the XDG_DATA_DIRS environment variable is now
     9        passed by webkitpy's layout_tests code to run-with-jhbuild, so
     10        instead of setting a few defaults in jhbuildrc we can now rely on
     11        the values set and really used by each system.
     12
     13        * efl/jhbuildrc:
     14        * gtk/jhbuildrc:
     15
    1162012-05-05  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
    217
  • trunk/Tools/efl/jhbuildrc

    r115532 r116223  
    5959addpath('PKG_CONFIG_PATH', os.path.join(os.sep, 'usr', 'share', 'pkgconfig'))
    6060
    61 addpath('XDG_DATA_DIRS', '/usr/share')
    6261addpath('XDG_CONFIG_DIRS', '/etc/xdg')
    6362
  • trunk/Tools/gtk/jhbuildrc

    r115532 r116223  
    5555addpath('PKG_CONFIG_PATH', os.path.join(os.sep, 'usr', 'share', 'pkgconfig'))
    5656
    57 addpath('XDG_DATA_DIRS', '/usr/share')
    5857addpath('XDG_CONFIG_DIRS', '/etc/xdg')
    5958
Note: See TracChangeset for help on using the changeset viewer.