Title: [286797] trunk/Tools
Revision
286797
Author
[email protected]
Date
2021-12-09 12:35:12 -0800 (Thu, 09 Dec 2021)

Log Message

[WebXR][WPE] Build fails without openxr installed
https://bugs.webkit.org/show_bug.cgi?id=220250

Reviewed by Adrian Perez de Castro.

Based on original patch by Yury Semikhatsky. Rebased and installed
only for WPE, as GTK's module set does not declare openxr.

* wpe/dependencies/apt: Install libxcb-glx0-dev

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (286796 => 286797)


--- trunk/Tools/ChangeLog	2021-12-09 20:25:11 UTC (rev 286796)
+++ trunk/Tools/ChangeLog	2021-12-09 20:35:12 UTC (rev 286797)
@@ -1,3 +1,15 @@
+2021-12-09  Lauro Moura  <[email protected]>
+
+        [WebXR][WPE] Build fails without openxr installed
+        https://bugs.webkit.org/show_bug.cgi?id=220250
+
+        Reviewed by Adrian Perez de Castro.
+
+        Based on original patch by Yury Semikhatsky. Rebased and installed
+        only for WPE, as GTK's module set does not declare openxr.
+
+        * wpe/dependencies/apt: Install libxcb-glx0-dev
+
 2021-12-09  Ryan Haddad  <[email protected]>
 
         Bring up another iOS GPU Processes tester

Modified: trunk/Tools/wpe/dependencies/apt (286796 => 286797)


--- trunk/Tools/wpe/dependencies/apt	2021-12-09 20:25:11 UTC (rev 286796)
+++ trunk/Tools/wpe/dependencies/apt	2021-12-09 20:35:12 UTC (rev 286797)
@@ -32,6 +32,7 @@
     libtheora-dev
     libvorbis-dev
     libvpx-dev
+    libxcb-glx0-dev
     libxcb-xkb-dev
     libxkbcommon-dev
     libxrandr-dev
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to