Changeset 196312 in webkit
- Timestamp:
- Feb 9, 2016, 9:38:43 AM (10 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r196311 r196312 1 2016-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 1 10 2016-02-09 Csaba Osztrogonác <ossy@webkit.org> 2 11 -
trunk/Tools/efl/jhbuildrc
r193639 r196312 28 28 addpath('XDG_CONFIG_DIRS', '/etc/xdg') 29 29 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_path34 35 30 partial_build = False
Note:
See TracChangeset
for help on using the changeset viewer.