Package: openxr-sdk-source / 1.0.20~dfsg1-1

Metadata

Package Version Patches format
openxr-sdk-source 1.0.20~dfsg1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0009 On Linux make the API layer manifest have an absolut.patch | (download)

src/api_layers/CMakeLists.txt | 26 24 + 2 - 0 !
1 file changed, 24 insertions(+), 2 deletions(-)

 make the api layer manifest have an absolute install path

Signed-off-by: Ryan Pavlik <ryan.pavlik@collabora.com>

Updated: 2021-10-25

0010 Mangle API layer manifest filename.patch | (download)

src/api_layers/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 mangle api layer manifest filename with a configure-supplied string.

Since API layer manifests that can't be loaded get ignored,
this allows us to have multiple architectures in /usr/share
because they have unique filenames, and thus we avoid
deeper changes to the manifest search mechanism.

Updated: 2021-10-25

0009 loader_test Add to CMake as a test.patch | (download)

CMakeLists.txt | 2 2 + 0 - 0 !
src/tests/loader_test/CMakeLists.txt | 3 3 + 0 - 0 !
2 files changed, 5 insertions(+)

 loader_test: add to cmake as a test.

Updated: 2021-10-25

0004 Fix GCC 11 builds closes 984278.patch | (download)

src/cmake/StdFilesystemFlags.cmake | 126 82 + 44 - 0 !
src/common/filesystem_utils.cpp | 35 1 + 34 - 0 !
src/common/stdfs_conditions.h | 45 45 + 0 - 0 !
3 files changed, 128 insertions(+), 78 deletions(-)

 fix gcc 11 builds, closes #984278.