guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/18: gnu: v4l-utils: Build with qtbase.


From: Efraim Flashner
Subject: 02/18: gnu: v4l-utils: Build with qtbase.
Date: Thu, 16 Jun 2016 15:07:46 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit b37662e25c8603ccd1f907de0859aa6f035a3839
Author: Efraim Flashner <address@hidden>
Date:   Thu Jun 16 06:17:52 2016 +0300

    gnu: v4l-utils: Build with qtbase.
    
    * gnu/packages/video.scm (v4l-utils)[inputs]: Remove qt, add qtbase.
---
 gnu/packages/video.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 5bed6e6..d0a9785 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1349,7 +1349,7 @@ tools, XML authoring components, and an extensible 
plug-in based API.")
        ("glu" ,glu)
        ("libjpeg" ,libjpeg)
        ("libx11" ,libx11)
-       ("qt" ,qt)
+       ("qtbase" ,qtbase)
        ("eudev" ,eudev)))
     (synopsis "Realtime video capture utilities for Linux")
     (description "The v4l-utils provide a series of libraries and utilities to



reply via email to

[Prev in Thread] Current Thread [Next in Thread]