diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-20 11:29:24 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-20 21:53:52 +0100 |
commit | 89595f98d05a159d24f951fbc217e1a8d6f6e6c0 (patch) | |
tree | fead78fbb231f18a6eaba7ebb128adb8b1caee44 /gnu | |
parent | 96738cb11f0f0193e1e0019b8977e96603a6b087 (diff) | |
download | patches-89595f98d05a159d24f951fbc217e1a8d6f6e6c0.tar patches-89595f98d05a159d24f951fbc217e1a8d6f6e6c0.tar.gz |
gnu: qt@4: Build with libjpeg-turbo.
* gnu/packages/qt.scm (qt-4)[inputs]: Change from LIBJPEG-8 to LIBJPEG-TURBO.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/qt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 89dbb94fea..9b59dc0f46 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 |