Title: [245959] trunk/Tools
Revision
245959
Author
commit-qu...@webkit.org
Date
2019-05-31 04:39:48 -0700 (Fri, 31 May 2019)

Log Message

[WPE] Build at-spi2-core without x11 support in jhbuild
https://bugs.webkit.org/show_bug.cgi?id=198411

Patch by Carlos Garcia Campos <cgar...@igalia.com> on 2019-05-31
Reviewed by Philippe Normand.

* wpe/jhbuild.modules:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (245958 => 245959)


--- trunk/Tools/ChangeLog	2019-05-31 11:03:14 UTC (rev 245958)
+++ trunk/Tools/ChangeLog	2019-05-31 11:39:48 UTC (rev 245959)
@@ -1,3 +1,12 @@
+2019-05-31  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        [WPE] Build at-spi2-core without x11 support in jhbuild
+        https://bugs.webkit.org/show_bug.cgi?id=198411
+
+        Reviewed by Philippe Normand.
+
+        * wpe/jhbuild.modules:
+
 2019-05-30  Sihui Liu  <sihui_...@apple.com>
 
         WKWebsiteDataStore API fails to fetch web storage data for non-persistent data store

Modified: trunk/Tools/wpe/jhbuild.modules (245958 => 245959)


--- trunk/Tools/wpe/jhbuild.modules	2019-05-31 11:03:14 UTC (rev 245958)
+++ trunk/Tools/wpe/jhbuild.modules	2019-05-31 11:39:48 UTC (rev 245959)
@@ -289,7 +289,7 @@
     </dependencies>
   </meson>
 
-  <meson id="at-spi2-core" mesonargs="-Dintrospection=no">
+  <meson id="at-spi2-core" mesonargs="-Dintrospection=no -Dx11=no">
     <branch module="pub/GNOME/sources/at-spi2-core/2.32/at-spi2-core-2.32.1.tar.xz" version="2.32.1"
             repo="ftp.gnome.org"
             hash="sha256:3c2aa937ebfaca2c86569bce9b16a34fbe20d69ef0c58846313b1c42f53b0d53">
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to