Skip to content

Commit 8426b38

Browse files
committed
do not compile test programs
1 parent 9706c52 commit 8426b38

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

io.github.saeugetier.photobooth.json

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -314,32 +314,6 @@
314314
"path": "."
315315
}
316316
]
317-
},
318-
{
319-
"name": "test-libcamera",
320-
"buildsystem": "simple",
321-
"build-commands": [
322-
"g++ -std=c++17 -Wall -o ${FLATPAK_DEST}/bin/test_libcamera test_libcamera.cpp $(pkg-config --cflags --libs libcamera)"
323-
],
324-
"sources": [
325-
{
326-
"type": "file",
327-
"path": "test_libcamera.cpp"
328-
}
329-
]
330-
},
331-
{
332-
"name": "test-libcamera2",
333-
"buildsystem": "simple",
334-
"build-commands": [
335-
"g++ -std=c++17 -Wall -o ${FLATPAK_DEST}/bin/test_libcamera2 test_libcamera2.cpp $(pkg-config --cflags --libs libcamera)"
336-
],
337-
"sources": [
338-
{
339-
"type": "file",
340-
"path": "test_libcamera2.cpp"
341-
}
342-
]
343317
}
344318
]
345319
}

0 commit comments

Comments
 (0)