We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9706c52 commit 8426b38Copy full SHA for 8426b38
1 file changed
io.github.saeugetier.photobooth.json
@@ -314,32 +314,6 @@
314
"path": "."
315
}
316
]
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
334
335
- "g++ -std=c++17 -Wall -o ${FLATPAK_DEST}/bin/test_libcamera2 test_libcamera2.cpp $(pkg-config --cflags --libs libcamera)"
336
337
338
339
340
- "path": "test_libcamera2.cpp"
341
342
343
344
345
0 commit comments