Changeset 116224 in webkit


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

Unreviewed, rolling out r116223.
http://trac.webkit.org/changeset/116223
https://bugs.webkit.org/show_bug.cgi?id=85718

The bots need to set XDG_DATA_DIRS (Requested by rakuco on
#webkit).

Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-05-05

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

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r116223 r116224  
     12012-05-05  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r116223.
     4        http://trac.webkit.org/changeset/116223
     5        https://bugs.webkit.org/show_bug.cgi?id=85718
     6
     7        The bots need to set XDG_DATA_DIRS (Requested by rakuco on
     8        #webkit).
     9
     10        * efl/jhbuildrc:
     11        * gtk/jhbuildrc:
     12
    1132012-05-05  Raphael Kubo da Costa  <rakuco@webkit.org>
    214
  • trunk/Tools/efl/jhbuildrc

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

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