Skip to content

Commit 6fa5a0e

Browse files
committed
fixc libdicom build in flatpak
1 parent 42be64a commit 6fa5a0e

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

org.libvips.vipsdisp.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,38 @@
225225
]
226226
},
227227

228+
{
229+
"name" : "uthash",
230+
"buildsystem" : "simple",
231+
"build-commands" : [
232+
"install -D include/* /app/include"
233+
],
234+
"sources" : [
235+
{
236+
"type" : "git",
237+
"url" : "https://github.com/troydhanson/uthash.git",
238+
"commit" : "ca98384ce7f30beb216f9a0bc88a3b4340ead729"
239+
}
240+
]
241+
},
242+
243+
{
244+
"name" : "libdicom",
245+
"builddir" : true,
246+
"buildsystem" : "meson",
247+
"config-opts" : [
248+
"--buildtype=release",
249+
"-Dtests=false"
250+
],
251+
"sources" : [
252+
{
253+
"type" : "git",
254+
"url" : "https://github.com/jcupitt/libdicom.git",
255+
"commit" : "b0a83a843f9ee03cec5614fd198eae658c0d999f"
256+
}
257+
]
258+
},
259+
228260
{
229261
"name" : "openslide",
230262
"builddir" : true,

0 commit comments

Comments
 (0)