[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.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@161122 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/ChangeLog b/ChangeLog
index a9959e8..3da8df6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-12-29 Martin Robinson <mrobinson@igalia.com>
+
+ [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.
+
2013-12-28 Giovanni Campagna <gcampagna@src.gnome.org>
[GTK] Fix release builds with NetworkProcess enabled