Skip to content

Commit 7de384d

Browse files
committed
add environment variables for libcamera configuration and update build options
1 parent cc6ab5a commit 7de384d

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

io.github.saeugetier.photobooth.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"--filesystem=/run/udev:ro",
1818
"--socket=fallback-x11",
1919
"--socket=wayland",
20-
"--env=LIBCAMERA_LOG_LEVELS=*:DEBUG"
20+
"--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"
2124
],
2225
"cleanup": [
2326
"/include",
@@ -62,7 +65,12 @@
6265
"config-opts": [
6366
"--buildtype=release",
6467
"-Dpycamera=disabled",
65-
"-Dgstreamer=enabled"
68+
"-Dgstreamer=enabled",
69+
"-Dtest=false",
70+
"-Ddocumentation=disabled",
71+
"-Dcam=disabled",
72+
"-Dqcam=disabled",
73+
"-Dlc-compliance=disabled"
6674
],
6775
"cleanup": [
6876
"/share/doc",

0 commit comments

Comments
 (0)