diff options
author | 2022-04-03 19:13:29 +0530 | |
---|---|---|
committer | 2022-04-03 19:13:29 +0530 | |
commit | ee44ffc271ae7dbe53fd44c8146e5569f8c0ee22 (patch) | |
tree | 9f5d7ecc74a206984aee068ce50d5107e8b64f7c /subprojects | |
download | mandle-main.tar mandle-main.tar.gz mandle-main.tar.bz2 mandle-main.tar.lz mandle-main.tar.xz mandle-main.tar.zst mandle-main.zip |
Initial commit
Changes to be committed:
new file: .clang-format
new file: .gitignore
new file: license
new file: mandle.c
new file: meson.build
new file: readme.md
new file: subprojects/sdl2.wrap
Diffstat (limited to 'subprojects')
-rw-r--r-- | subprojects/sdl2.wrap | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/subprojects/sdl2.wrap b/subprojects/sdl2.wrap new file mode 100644 index 0000000..b1affeb --- /dev/null +++ b/subprojects/sdl2.wrap @@ -0,0 +1,12 @@ +[wrap-file] +directory = SDL2-2.0.20 +source_url = https://libsdl.org/release/SDL2-2.0.20.tar.gz +source_filename = SDL2-2.0.20.tar.gz +source_hash = c56aba1d7b5b0e7e999e4a7698c70b63a3394ff9704b5f6e1c57e0c16f04dd06 +patch_filename = sdl2_2.0.20-3_patch.zip +patch_url = https://wrapdb.mesonbuild.com/v2/sdl2_2.0.20-3/get_patch +patch_hash = ade644ba46cefa4f1f9e57aa23bacc5dabf762d1f90d8416a1e1e4b0b7a188c4 + +[provide] +sdl2 = sdl2_dep + |