Add subprojects
Instead of relying on host system, some dependencies had been added using meson wrap DB and custom meson wrappers. Signed-off-by: Piotr Krygier <piotrkrygier@everyonecancode@xyz>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
[wrap-file]
|
||||
directory = cglm-0.9.6
|
||||
source_url = https://github.com/recp/cglm/archive/refs/tags/v0.9.6.tar.gz
|
||||
source_filename = cglm-0.9.6.tar.gz
|
||||
source_hash = be5e7d384561eb0fca59724a92b7fb44bf03e588a7eae5123a7d796002928184
|
||||
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/cglm_0.9.6-1/cglm-0.9.6.tar.gz
|
||||
wrapdb_version = 0.9.6-1
|
||||
|
||||
[provide]
|
||||
cglm = cglm_dep
|
||||
@@ -0,0 +1,7 @@
|
||||
project('stb', 'c')
|
||||
|
||||
stb_inc = include_directories('.')
|
||||
|
||||
stb_dep = declare_dependency(
|
||||
include_directories: stb_inc,
|
||||
)
|
||||
@@ -0,0 +1,5 @@
|
||||
[wrap-git]
|
||||
url = https://github.com/nothings/stb.git
|
||||
revision = HEAD
|
||||
depth = 1
|
||||
patch_directory = stb/
|
||||
@@ -0,0 +1,14 @@
|
||||
[wrap-file]
|
||||
directory = Vulkan-Headers-1.4.346
|
||||
source_url = https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.4.346.tar.gz
|
||||
source_filename = vulkan-headers-1.4.346.tar.gz
|
||||
source_hash = 5bb77f5d7b460e255a9e51affc00d64354986b55cf577d8eab28529cad01fc80
|
||||
source_fallback_url = https://wrapdb.mesonbuild.com/v2/vulkan-headers_1.4.346-1/get_source/vulkan-headers-1.4.346.tar.gz
|
||||
patch_filename = vulkan-headers_1.4.346-1_patch.zip
|
||||
patch_url = https://wrapdb.mesonbuild.com/v2/vulkan-headers_1.4.346-1/get_patch
|
||||
patch_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/vulkan-headers_1.4.346-1/vulkan-headers_1.4.346-1_patch.zip
|
||||
patch_hash = b85cbf6793193b28c5bd80858308b214816e66041b10ec00f0115b19f3a7a60e
|
||||
wrapdb_version = 1.4.346-1
|
||||
|
||||
[provide]
|
||||
dependency_names = VulkanHeaders
|
||||
@@ -0,0 +1,14 @@
|
||||
[wrap-file]
|
||||
directory = VulkanMemoryAllocator-3.3.0
|
||||
source_url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/archive/refs/tags/v3.3.0.tar.gz
|
||||
source_filename = VulkanMemoryAllocator-3.3.0.tar.gz
|
||||
source_hash = c4f6bbe6b5a45c2eb610ca9d231158e313086d5b1a40c9922cb42b597419b14e
|
||||
source_fallback_url = https://wrapdb.mesonbuild.com/v2/vulkan-memory-allocator_3.3.0-1/get_source/VulkanMemoryAllocator-3.3.0.tar.gz
|
||||
patch_filename = vulkan-memory-allocator_3.3.0-1_patch.zip
|
||||
patch_url = https://wrapdb.mesonbuild.com/v2/vulkan-memory-allocator_3.3.0-1/get_patch
|
||||
patch_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/vulkan-memory-allocator_3.3.0-1/vulkan-memory-allocator_3.3.0-1_patch.zip
|
||||
patch_hash = 85f3c1c82f3d1938fa295c80b06fc1c5c001f939f009b566c336a941d5d2d8b5
|
||||
wrapdb_version = 3.3.0-1
|
||||
|
||||
[provide]
|
||||
dependency_names = VulkanMemoryAllocator
|
||||
@@ -0,0 +1,9 @@
|
||||
[wrap-file]
|
||||
directory = Vulkan-ValidationLayers-1.2.158
|
||||
source_url = https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v1.2.158.tar.gz
|
||||
source_filename = vulkan-validationlayers-1.2.158.tar.gz
|
||||
source_hash = 9d7a6eba2db88b8af6457acce0b638324ca03cde2e9589ae96749114091c6e9e
|
||||
patch_url = https://wrapdb.mesonbuild.com/v2/vulkan-validationlayers_1.2.158-2/get_patch
|
||||
patch_filename = vulkan-validationlayers-1.2.158-2-wrap.zip
|
||||
patch_hash = d38dae45ca6a7124ee8df045a8d5288390ab836b4d28c53234f90baee5c649fc
|
||||
|
||||
Reference in New Issue
Block a user