Init, adding corrade,magnum,magnum-plugins,magnum-integration,magnum-extras, and magnum-examples 2025.47_1

This commit is contained in:
2025-11-19 13:35:26 +02:00
parent 6031ef978f
commit 17b687c5c1
346 changed files with 28087 additions and 12 deletions

View File

View File

@@ -0,0 +1 @@
../configure/ccache.sh

View File

@@ -0,0 +1 @@
../configure/cross.sh

View File

@@ -0,0 +1 @@
../configure/debug-debug-prefix-map.sh

View File

@@ -0,0 +1,18 @@
# This provides the extglob function to expand wildcards in the destdir
expand_destdir() {
local result= glob= file=
(
set -f
for glob in $@; do
files=$(echo "${PKGDESTDIR}/${glob}")
set +f
for file in $files; do
result+="${blank}${file#$PKGDESTDIR/}"
blank=" "
done
done
echo "$result"
)
}

View File

@@ -0,0 +1 @@
../configure/hardening.sh

View File

@@ -0,0 +1 @@
../configure/pkg-config.sh