Title: [263939] trunk
Revision
263939
Author
[email protected]
Date
2020-07-04 11:56:39 -0700 (Sat, 04 Jul 2020)

Log Message

[Flatpak SDK] Require OpenXR 1.0.9
https://bugs.webkit.org/show_bug.cgi?id=213930

Reviewed by Philippe Normand.

.:

Require version 1.0.9 because is the first one that include EGL support for Monado.

* Source/cmake/OptionsWPE.cmake:

Tools:

* buildstream/elements/sdk/openxr.bst:

Modified Paths

Diff

Modified: trunk/ChangeLog (263938 => 263939)


--- trunk/ChangeLog	2020-07-04 18:37:44 UTC (rev 263938)
+++ trunk/ChangeLog	2020-07-04 18:56:39 UTC (rev 263939)
@@ -1,3 +1,14 @@
+2020-07-04  Sergio Villar Senin  <[email protected]>
+
+        [Flatpak SDK] Require OpenXR 1.0.9
+        https://bugs.webkit.org/show_bug.cgi?id=213930
+
+        Reviewed by Philippe Normand.
+
+        Require version 1.0.9 because is the first one that include EGL support for Monado.
+
+        * Source/cmake/OptionsWPE.cmake:
+
 2020-07-03  Darin Adler  <[email protected]>
 
         Make generate-unified-sources.sh not depend on features being listed in FEATURE_DEFINES environment variable

Modified: trunk/Source/cmake/OptionsWPE.cmake (263938 => 263939)


--- trunk/Source/cmake/OptionsWPE.cmake	2020-07-04 18:37:44 UTC (rev 263938)
+++ trunk/Source/cmake/OptionsWPE.cmake	2020-07-04 18:56:39 UTC (rev 263939)
@@ -184,7 +184,7 @@
 
 
 if (ENABLE_WEBXR)
-    find_package(OpenXR 1.0)
+    find_package(OpenXR 1.0.9)
     SET_AND_EXPOSE_TO_BUILD(USE_OPENXR ${OpenXR_FOUND})
 endif ()
 

Modified: trunk/Tools/ChangeLog (263938 => 263939)


--- trunk/Tools/ChangeLog	2020-07-04 18:37:44 UTC (rev 263938)
+++ trunk/Tools/ChangeLog	2020-07-04 18:56:39 UTC (rev 263939)
@@ -1,3 +1,12 @@
+2020-07-04  Sergio Villar Senin  <[email protected]>
+
+        [Flatpak SDK] Require OpenXR 1.0.9
+        https://bugs.webkit.org/show_bug.cgi?id=213930
+
+        Reviewed by Philippe Normand.
+
+        * buildstream/elements/sdk/openxr.bst:
+
 2020-07-04  Darin Adler  <[email protected]>
 
         Make generate-unified-sources.sh not depend on features being listed in FEATURE_DEFINES environment variable

Modified: trunk/Tools/buildstream/elements/sdk/openxr.bst (263938 => 263939)


--- trunk/Tools/buildstream/elements/sdk/openxr.bst	2020-07-04 18:37:44 UTC (rev 263938)
+++ trunk/Tools/buildstream/elements/sdk/openxr.bst	2020-07-04 18:56:39 UTC (rev 263939)
@@ -13,9 +13,9 @@
 
 sources:
 - kind: git_tag
-  url: github_com:KhronosGroup/OpenXR-SDK-Source.git
+  url: github_com:KhronosGroup/OpenXR-SDK.git
   track: master
-  ref: release-1.0.8-47-g38c25761c6ecdcbf16fbcae7953b3421a6b268ac
+  ref: release-1.0.9-0-g97cfe495bb7a3853266b646d1c79e169387f9c7a
 
 variables:
   cmake-local: >-
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to