Skip to content

Commit 8fe0a5d

Browse files
committed
add dependencies
1 parent 7363b71 commit 8fe0a5d

1 file changed

Lines changed: 31 additions & 1 deletion

File tree

io.github.saeugetier.photobooth.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,36 @@
145145
"cleanup": [
146146
"*"
147147
]
148+
},
149+
{
150+
"name": "nlohmann_json",
151+
"buildsystem": "cmake-ninja",
152+
"config-opts": [
153+
"-DJSON_MultipleHeaders=OFF",
154+
"-DJSON_BuildTests=OFF"
155+
],
156+
"sources": [
157+
{
158+
"type": "archive",
159+
"url": "https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz",
160+
"sha256": "d6c65aca6b1ed68e7a182f4757257b107ae403032760ed6ef121c9d55e81757d"
161+
}
162+
]
163+
},
164+
{
165+
"name": "libpisp",
166+
"buildsystem": "meson",
167+
"builddir": true,
168+
"config-opts": [
169+
"--buildtype=release"
170+
],
171+
"sources": [
172+
{
173+
"type": "git",
174+
"url": "https://github.com/raspberrypi/libpisp.git",
175+
"tag": "v1.3.0"
176+
}
177+
]
148178
}
149179
]
150180
},
@@ -276,4 +306,4 @@
276306
]
277307
}
278308
]
279-
}
309+
}

0 commit comments

Comments
 (0)