aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/chromium.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index cef83be5e4..2f4031582c 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -164,7 +164,6 @@
"third_party/pdfium/third_party/agg23" ;Expat
"third_party/pdfium/third_party/base" ;BSD-3
"third_party/pdfium/third_party/bigint" ;Public domain, BSD-3
- "third_party/pdfium/third_party/libopenjpeg20" ;BSD-2
"third_party/pdfium/third_party/skia_shared" ;BSD-3
"third_party/pdfium/third_party/freetype/include/pstables.h" ;FreeType
"third_party/ply" ;BSD-3
@@ -460,7 +459,7 @@ from forcing GEXP-PROMISE."
"use_system_lcms2=true"
"use_system_libdrm=true"
"use_system_libjpeg=true"
- "use_system_libopenjpeg=true"
+ "use_system_libopenjpeg2=true"
"use_system_libpng=true"
"use_system_zlib=true"
"use_gnome_keyring=false" ;deprecated by libsecret
gnu/packages/dav.scm?id=f54cf6428b6b7c4ed8ca0ee3186ee58ec1167c80'>gnu: vdirsyncer: Use add-installed-pythonpath in the check phase....Leo Famulari 2017-02-18gnu: vdirsyncer: Don't fail the test suite when the build machine is slow....Leo Famulari 2017-01-06gnu: vdirsyncer: Update to 0.14.1....Leo Famulari 2016-12-06gnu: radicale: Skip the test suite....Leo Famulari 2016-11-15gnu: vdirsyncer: Fix build by setting correct PYTHONPATH....Hartmut Goebel