We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6ab5a commit 7de384dCopy full SHA for 7de384d
1 file changed
io.github.saeugetier.photobooth.json
@@ -17,7 +17,10 @@
17
"--filesystem=/run/udev:ro",
18
"--socket=fallback-x11",
19
"--socket=wayland",
20
- "--env=LIBCAMERA_LOG_LEVELS=*:DEBUG"
+ "--env=LIBCAMERA_LOG_LEVELS=*:DEBUG",
21
+ "--env=LIBCAMERA_IPA_FORCE_ISOLATION=0",
22
+ "--env=LIBCAMERA_IPA_MODULE_PATH=/app/lib/libcamera",
23
+ "--env=LIBCAMERA_IPA_CONFIG_PATH=/app/share/libcamera/ipa"
24
],
25
"cleanup": [
26
"/include",
@@ -62,7 +65,12 @@
62
65
"config-opts": [
63
66
"--buildtype=release",
64
67
"-Dpycamera=disabled",
- "-Dgstreamer=enabled"
68
+ "-Dgstreamer=enabled",
69
+ "-Dtest=false",
70
+ "-Ddocumentation=disabled",
71
+ "-Dcam=disabled",
72
+ "-Dqcam=disabled",
73
+ "-Dlc-compliance=disabled"
74
75
76
"/share/doc",
0 commit comments