diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-06-16 05:36:09 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-06-16 18:06:42 +0300 |
commit | 90a2309b74f5094eb04feee5b8f99a8fea9bfa0f (patch) | |
tree | 3f10822344cc585f751297fd2b2a3fcde7052939 /gnu | |
parent | 6575183b2c4764c94da6de034dbc432272db1ead (diff) | |
download | patches-90a2309b74f5094eb04feee5b8f99a8fea9bfa0f.tar patches-90a2309b74f5094eb04feee5b8f99a8fea9bfa0f.tar.gz |
gnu: obs: Build with modular qt.
* gnu/packages/video.scm (obs)[inputs]: Remove qt, add qtbase, qtx11extras.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 377caa920d..5bed6e6591 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1385,7 +1385,8 @@ be used for realtime video capture via Linux-specific APIs.") ("libxcomposite" ,libxcomposite) ("mesa" ,mesa) ("pulseaudio" ,pulseaudio) - ("qt" ,qt) + ("qtbase" ,qtbase) + ("qtx11extras" ,qtx11extras) ("v4l-utils" ,v4l-utils) ("zlib" ,zlib))) (synopsis "Live streaming software") |