~ruther/guix-local

09abfd628a3f9b3ff802e3e8b93c5c84610019a8 — Andrew Tropin 1 year, 10 months ago fc39918
gnu: libcamera: Enable udev support.

* gnu/packages/networking.scm (libcamera)
[arguments]: Add udev configuration flag.

Change-Id: Ia4e4588d29603dc7a293263a15cce22a2d150813
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/networking.scm
M gnu/packages/networking.scm => gnu/packages/networking.scm +1 -0
@@ 400,6 400,7 @@ them in order to efficiently transfer a minimal amount of data.")
                   #$(if (target-x86-64?)
                         "-Dpipelines=ipu3,vimc,uvcvideo,simple"
                         "")
                   "-Dudev=enabled"
                   "-Dtest=true" "-Dv4l2=true"
                   ;; XXX: Requires bundled pybind11.
                   "-Dpycamera=disabled")