Package: openxr-sdk-source / 1.1.47~ds-2

Metadata

Package Version Patches format
openxr-sdk-source 1.1.47~ds-2 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: Rylie Pavlik <rylie.pavlik@collabora.com>
Updated: 2024-12-06

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.