guix-commits
[Top][All Lists]
Advanced

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

15/16: gnu: qt@4: Build with libjpeg-turbo.


From: guix-commits
Subject: 15/16: gnu: qt@4: Build with libjpeg-turbo.
Date: Mon, 20 Jan 2020 17:00:05 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 89595f98d05a159d24f951fbc217e1a8d6f6e6c0
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Jan 20 11:29:24 2020 +0100

    gnu: qt@4: Build with libjpeg-turbo.
    
    * gnu/packages/qt.scm (qt-4)[inputs]: Change from LIBJPEG-8 to 
LIBJPEG-TURBO.
---
 gnu/packages/qt.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 89dbb94..9b59dc0 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -215,7 +215,7 @@ system, and the core design of Django is reused in 
Grantlee.")
        ("xcb-util-renderutil" ,xcb-util-renderutil)
        ("xcb-util-wm" ,xcb-util-wm)
        ("zlib" ,zlib)
-       ("libjpeg" ,libjpeg-8)
+       ("libjpeg" ,libjpeg-turbo)
        ("libsm" ,libsm)
        ("openssl" ,openssl-1.0)))
     (native-inputs



reply via email to

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