Title: [239916] trunk/Tools
- Revision
- 239916
- Author
- [email protected]
- Date
- 2019-01-14 00:24:00 -0800 (Mon, 14 Jan 2019)
Log Message
Unreviewed. [GTK][WPE] Run distcheck with gtkdoc and MiniBrowser enabled
* Scripts/make-dist:
(Distcheck.configure):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (239915 => 239916)
--- trunk/Tools/ChangeLog 2019-01-14 07:59:00 UTC (rev 239915)
+++ trunk/Tools/ChangeLog 2019-01-14 08:24:00 UTC (rev 239916)
@@ -1,3 +1,10 @@
+2019-01-14 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. [GTK][WPE] Run distcheck with gtkdoc and MiniBrowser enabled
+
+ * Scripts/make-dist:
+ (Distcheck.configure):
+
2019-01-13 Aakash Jain <[email protected]>
[ews-build] Update macOS queue configurations
Modified: trunk/Tools/Scripts/make-dist (239915 => 239916)
--- trunk/Tools/Scripts/make-dist 2019-01-14 07:59:00 UTC (rev 239915)
+++ trunk/Tools/Scripts/make-dist 2019-01-14 08:24:00 UTC (rev 239916)
@@ -244,7 +244,7 @@
create_dir(build_dir, "build")
create_dir(install_dir, "install")
- command = ['cmake', '-DPORT=%s' % port, '-DCMAKE_INSTALL_PREFIX=%s' % install_dir, '-DCMAKE_BUILD_TYPE=Release', dist_dir]
+ command = ['cmake', '-DPORT=%s' % port, '-DCMAKE_INSTALL_PREFIX=%s' % install_dir, '-DCMAKE_BUILD_TYPE=Release', '-DENABLE_GTKDOC=ON', '-DENABLE_MINIBROWSER=ON', dist_dir]
subprocess.check_call(command, cwd=build_dir)
def build(self, build_dir):
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes