Changeset 232022 in webkit


Ignore:
Timestamp:
May 21, 2018 11:17:36 AM (6 years ago)
Author:
commit-queue@webkit.org
Message:

[WPE][WebDriver] add ICU include dirs
https://bugs.webkit.org/show_bug.cgi?id=185824

Patch by Olivier Blin <Olivier Blin> on 2018-05-21
Reviewed by Konstantin Tokarev.

WebDriver does not build in the WPE port when ICU headers are in a non-default directory.

  • PlatformWPE.cmake: Add ICU include dirs
Location:
trunk/Source/WebDriver
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebDriver/ChangeLog

    r231632 r232022  
     12018-05-21  Olivier Blin  <olivier.blin@softathome.com>
     2
     3        [WPE][WebDriver] add ICU include dirs
     4        https://bugs.webkit.org/show_bug.cgi?id=185824
     5
     6        Reviewed by Konstantin Tokarev.
     7
     8        WebDriver does not build in the WPE port when ICU headers are in a non-default directory.
     9
     10        * PlatformWPE.cmake: Add ICU include dirs
     11
    1122018-05-09  Carlos Garcia Campos  <cgarcia@igalia.com>
    213
  • trunk/Source/WebDriver/PlatformWPE.cmake

    r224913 r232022  
    33list(APPEND WebDriver_SYSTEM_INCLUDE_DIRECTORIES
    44    "${GLIB_INCLUDE_DIRS}"
     5    "${ICU_INCLUDE_DIRS}"
    56    "${LIBSOUP_INCLUDE_DIRS}"
    67)
Note: See TracChangeset for help on using the changeset viewer.