diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-12-19 13:10:10 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-12-19 13:17:30 +0100 |
commit | 95511f0de15aea30cbb74671099ceabbf43c1c07 (patch) | |
tree | b0a0c62f6fe8053d493753cac9441d5303f6fb77 /gnu | |
parent | c7ebbd5b5301626e6a80c61ef07e8ca77ec56294 (diff) |
gnu: obs: Add qtwayland.
* gnu/packages/video.scm (obs)[inputs]: Add qtwayland.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 1fd58b2325..39ff8a1ffc 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3380,6 +3380,7 @@ be used for realtime video capture via Linux-specific APIs.") ("qtbase" ,qtbase-5) ("qtsvg" ,qtsvg) ("qtx11extras" ,qtx11extras) + ("qtwayland" ,qtwayland) ("speexdsp" ,speexdsp) ("v4l-utils" ,v4l-utils) ("wayland" ,wayland) |