We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7363b71 commit 8fe0a5dCopy full SHA for 8fe0a5d
1 file changed
io.github.saeugetier.photobooth.json
@@ -145,6 +145,36 @@
145
"cleanup": [
146
"*"
147
]
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
169
+ "--buildtype=release"
170
171
172
173
+ "type": "git",
174
+ "url": "https://github.com/raspberrypi/libpisp.git",
175
+ "tag": "v1.3.0"
176
177
178
}
179
180
},
@@ -276,4 +306,4 @@
276
306
277
307
278
308
279
-}
309
+}
0 commit comments