mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: libcamera: Enable udev support.
* gnu/packages/networking.scm (libcamera) [arguments]: Add udev configuration flag. Change-Id: Ia4e4588d29603dc7a293263a15cce22a2d150813
This commit is contained in:
parent
fc39918530
commit
09abfd628a
1 changed files with 1 additions and 0 deletions
|
@ -400,6 +400,7 @@ (define-public libcamera
|
|||
#$(if (target-x86-64?)
|
||||
"-Dpipelines=ipu3,vimc,uvcvideo,simple"
|
||||
"")
|
||||
"-Dudev=enabled"
|
||||
"-Dtest=true" "-Dv4l2=true"
|
||||
;; XXX: Requires bundled pybind11.
|
||||
"-Dpycamera=disabled")
|
||||
|
|
Loading…
Reference in a new issue