From d72ce5f14eea170f63db3f9c84f920d1de4e2cf7 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 3 Jun 2019 15:16:07 -0400 Subject: [PATCH] Add sqlite.wrap from wrapdb This allows building libsoup support on platforms that does not have sqlite. --- subprojects/sqlite.wrap | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 subprojects/sqlite.wrap diff --git a/subprojects/sqlite.wrap b/subprojects/sqlite.wrap new file mode 100644 index 0000000..8c55877 --- /dev/null +++ b/subprojects/sqlite.wrap @@ -0,0 +1,10 @@ +[wrap-file] +directory = sqlite-amalgamation-3250100 + +source_url = https://www.sqlite.org/2018/sqlite-amalgamation-3250100.zip +source_filename = sqlite-amalgamation-3250100.zip +source_hash = 6c68b6364fa0e01d9d05088ba473ac4e7a6fbc64f9b9aeb6d830f944e2a1fa03 + +patch_url = https://wrapdb.mesonbuild.com/v1/projects/sqlite/3250100/1/get_zip +patch_filename = sqlite-3250100-1-wrap.zip +patch_hash = cbb697a1e4649cf6b7f28d82048109d87ccbf01106e1d5a68f763d4685d8607c -- 2.7.4