Changeset 196312 in webkit


Ignore:
Timestamp:
Feb 9, 2016, 9:38:43 AM (10 years ago)
Author:
Csaba Osztrogonác
Message:

[EFL] Remove eail related cruft after r195725
https://bugs.webkit.org/show_bug.cgi?id=154030

Reviewed by Alex Christensen.

  • efl/jhbuildrc:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r196311 r196312  
     12016-02-09  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        [EFL] Remove eail related cruft after r195725
     4        https://bugs.webkit.org/show_bug.cgi?id=154030
     5
     6        Reviewed by Alex Christensen.
     7
     8        * efl/jhbuildrc:
     9
    1102016-02-09  Csaba Osztrogonác  <ossy@webkit.org>
    211
  • trunk/Tools/efl/jhbuildrc

    r193639 r196312  
    2828addpath('XDG_CONFIG_DIRS', '/etc/xdg')
    2929
    30 if not 'ACCESSIBILITY_EAIL_LIBRARY_PATH' in os.environ:
    31     _libeail_path = os.path.join(os.environ['CMAKE_LIBRARY_PATH'], 'libeail.so')
    32     if os.path.isfile(_libeail_path):
    33         os.environ['ACCESSIBILITY_EAIL_LIBRARY_PATH'] = _libeail_path
    34 
    3530partial_build = False
Note: See TracChangeset for help on using the changeset viewer.