mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libcamera: Update dependencies for cam and qcam.
* gnu/packages/networking.scm (libcamera) [arguments]: Update dependencies for cam and qcam. Change-Id: Ica9df2a2e224edd85cc32a6f2c66a83d1557f8df
This commit is contained in:
parent
fcff2393de
commit
bef48dd553
1 changed files with 2 additions and 1 deletions
|
@ -441,12 +441,13 @@ (define-public libcamera
|
||||||
glib
|
glib
|
||||||
gst-plugins-base
|
gst-plugins-base
|
||||||
gnutls
|
gnutls
|
||||||
|
libevent
|
||||||
libtiff
|
libtiff
|
||||||
libyaml
|
libyaml
|
||||||
openssl
|
openssl
|
||||||
python-jinja2
|
python-jinja2
|
||||||
python-ply
|
python-ply
|
||||||
qtbase-5))
|
qtbase))
|
||||||
(synopsis "Camera stack and framework")
|
(synopsis "Camera stack and framework")
|
||||||
(description "LibCamera is a complex camera support library for GNU+Linux,
|
(description "LibCamera is a complex camera support library for GNU+Linux,
|
||||||
Android, and ChromeOS.")
|
Android, and ChromeOS.")
|
||||||
|
|
Loading…
Reference in a new issue