Title: [233514] trunk/Tools
- Revision
- 233514
- Author
- [email protected]
- Date
- 2018-07-05 01:07:41 -0700 (Thu, 05 Jul 2018)
Log Message
[WPE][GTK]: Call gtk platform 'gtk' by default as this is what PortFactory expects
https://bugs.webkit.org/show_bug.cgi?id=187322
Patch by Thibault Saunier <[email protected]> on 2018-07-05
Reviewed by Žan Doberšek.
* flatpak/flatpakutils.py:
(WebkitFlatpak.__init__):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (233513 => 233514)
--- trunk/Tools/ChangeLog 2018-07-05 07:40:00 UTC (rev 233513)
+++ trunk/Tools/ChangeLog 2018-07-05 08:07:41 UTC (rev 233514)
@@ -1,3 +1,13 @@
+2018-07-05 Thibault Saunier <[email protected]>
+
+ [WPE][GTK]: Call gtk platform 'gtk' by default as this is what PortFactory expects
+ https://bugs.webkit.org/show_bug.cgi?id=187322
+
+ Reviewed by Žan Doberšek.
+
+ * flatpak/flatpakutils.py:
+ (WebkitFlatpak.__init__):
+
2018-07-05 Zan Dobersek <[email protected]>
Unreviewed, rolling out r233511.
Modified: trunk/Tools/flatpak/flatpakutils.py (233513 => 233514)
--- trunk/Tools/flatpak/flatpakutils.py 2018-07-05 07:40:00 UTC (rev 233513)
+++ trunk/Tools/flatpak/flatpakutils.py 2018-07-05 08:07:41 UTC (rev 233514)
@@ -531,7 +531,7 @@
self.build_all = False
self.sdk_branch = None
- self.platform = "GTK"
+ self.platform = "gtk"
self.build_type = "Release"
self.manifest_path = None
self.name = None
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes