Changeset 260357 in webkit


Ignore:
Timestamp:
Apr 20, 2020 2:20:30 AM (4 years ago)
Author:
svillar@igalia.com
Message:

[WebXR][WPE] Let XR_RUNTIME_JSON environment variable go through for testing
https://bugs.webkit.org/show_bug.cgi?id=210738

Reviewed by Žan Doberšek.

The OpenXR loader might be instructed to load a specific runtime by
using the XR_RUNTIME_JSON environment variable. Let it get in for testing.

  • Scripts/webkitpy/port/wpe.py:

(WPEPort.setup_environ_for_server): Copy XR_RUNTIME_JSON if set.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r260356 r260357  
     12020-04-20  Sergio Villar Senin  <svillar@igalia.com>
     2
     3        [WebXR][WPE] Let XR_RUNTIME_JSON environment variable go through for testing
     4        https://bugs.webkit.org/show_bug.cgi?id=210738
     5
     6        Reviewed by Žan Doberšek.
     7
     8        The OpenXR loader might be instructed to load a specific runtime by
     9        using the XR_RUNTIME_JSON environment variable. Let it get in for testing.
     10
     11        * Scripts/webkitpy/port/wpe.py:
     12        (WPEPort.setup_environ_for_server): Copy XR_RUNTIME_JSON if set.
     13
    1142020-04-20  Carlos Garcia Campos  <cgarcia@igalia.com>
    215
  • trunk/Tools/Scripts/webkitpy/port/wpe.py

    r258626 r260357  
    8686        self._copy_value_from_environ_if_set(environment, 'GST_DEBUG_NO_COLOR')
    8787        self._copy_value_from_environ_if_set(environment, 'LIBGL_ALWAYS_SOFTWARE')
     88        self._copy_value_from_environ_if_set(environment, 'XR_RUNTIME_JSON')
    8889        return environment
    8990
Note: See TracChangeset for help on using the changeset viewer.