Changeset 161122 in webkit


Ignore:
Timestamp:
Dec 29, 2013 10:51:26 AM (10 years ago)
Author:
Martin Robinson
Message:

[GTK][CMake] Translations must be built
https://bugs.webkit.org/show_bug.cgi?id=125513

Reviewed by Gustavo Noronha Silva.

.:

  • Source/PlatformGTK.cmake: Add the po subdirectory.

Source/WebCore/platform/gtk/po:

  • CMakeLists.txt: Added.
Location:
trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r161110 r161122  
     12013-12-29  Martin Robinson  <mrobinson@igalia.com>
     2
     3        [GTK][CMake] Translations must be built
     4        https://bugs.webkit.org/show_bug.cgi?id=125513
     5
     6        Reviewed by Gustavo Noronha Silva.
     7
     8        * Source/PlatformGTK.cmake: Add the po subdirectory.
     9
    1102013-12-28  Giovanni Campagna  <gcampagna@src.gnome.org>
    211
  • trunk/Source/PlatformGTK.cmake

    r161093 r161122  
     1add_subdirectory(${WEBCORE_DIR}/platform/gtk/po)
     2
    13if (ENABLE_API_TESTS)
    24    if (ENABLE_WEBKIT)
  • trunk/Source/WebCore/platform/gtk/po/ChangeLog

    r159785 r161122  
     12013-12-29  Martin Robinson  <mrobinson@igalia.com>
     2
     3        [GTK][CMake] Translations must be built
     4        https://bugs.webkit.org/show_bug.cgi?id=125513
     5
     6        Reviewed by Gustavo Noronha Silva.
     7
     8        * CMakeLists.txt: Added.
     9
    1102013-11-26  Enrico Nicoletto  <liverig@gmail.com>
    211
Note: See TracChangeset for help on using the changeset viewer.