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 filePatch | 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 ! |
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 ! |
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 ! |
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 ! |
fix gcc 11 builds, closes #984278. |