summaryrefslogtreecommitdiff
path: root/subprojects
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-01-23 10:14:04 -0500
committerAndrew Opalach <andrew@akon.city> 2025-01-23 10:14:04 -0500
commit562c730ac38749fb43ae5b7b53ae5f3043166bd1 (patch)
treed1a3bd55dba80b9e6b81f2efefa5dbe8b1eb71fb /subprojects
parent209310c561d89c9ed2040aa7053b320d32cc393c (diff)
downloadlibalabaster-562c730ac38749fb43ae5b7b53ae5f3043166bd1.tar.gz
libalabaster-562c730ac38749fb43ae5b7b53ae5f3043166bd1.tar.bz2
libalabaster-562c730ac38749fb43ae5b7b53ae5f3043166bd1.zip
build: Use explicit version in subprojects
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/c89atomic.wrap1
-rw-r--r--subprojects/packagefiles/c89atomic/meson.build2
2 files changed, 2 insertions, 1 deletions
diff --git a/subprojects/c89atomic.wrap b/subprojects/c89atomic.wrap
index 69c11fc..cc41768 100644
--- a/subprojects/c89atomic.wrap
+++ b/subprojects/c89atomic.wrap
@@ -1,4 +1,5 @@
[wrap-git]
+directory = c89atomic-736f1d1
url = https://github.com/mackron/c89atomic.git
revision = 736f1d1b6325233fa2e11f78f4ca8216e43680f4
depth = 1
diff --git a/subprojects/packagefiles/c89atomic/meson.build b/subprojects/packagefiles/c89atomic/meson.build
index cdf8a28..e66f007 100644
--- a/subprojects/packagefiles/c89atomic/meson.build
+++ b/subprojects/packagefiles/c89atomic/meson.build
@@ -1,2 +1,2 @@
-project('c89atomic', 'c', version: 'git-cc548ed')
+project('c89atomic', 'c', version: 'git-736f1d1')
c89atomic = declare_dependency(include_directories: include_directories('.'))