- Add StandAlone/ to glslang-nonstd-devel

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/glslang?expand=0&rev=112
This commit is contained in:
Jan Engelhardt 2023-04-11 18:44:35 +00:00 committed by Git OBS Bridge
parent 419ac036f7
commit 1e2f14a53b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 11 18:40:49 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Add StandAlone/ to glslang-nonstd-devel
-------------------------------------------------------------------
Tue Mar 28 18:53:03 UTC 2023 - Enrico Belleri <idesmi@protonmail.com>

View File

@ -103,7 +103,7 @@ pushd "$b"
popd
mkdir -p "$b/%_includedir"
cp -a SPIRV glslang "$b/%_includedir/"
cp -a SPIRV StandAlone glslang "$b/%_includedir/"
find "$b/%_includedir/" -type f ! -iname "*.h" -a ! -iname "*.hpp" -print -delete
ln -s SPIRV/spirv.hpp "$b/%_includedir/"
find "$b/%_includedir/" -type f -exec chmod a-x "{}" "+"