guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: ungoogled-chromium: Unbundle openjpeg again.


From: guix-commits
Subject: 01/08: gnu: ungoogled-chromium: Unbundle openjpeg again.
Date: Wed, 1 May 2019 16:15:36 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ca86b0bae36063a136336700d94b278ed094250d
Author: Marius Bakke <address@hidden>
Date:   Wed May 1 17:46:06 2019 +0200

    gnu: ungoogled-chromium: Unbundle openjpeg again.
    
    This is a follow-up to commit 40594fdcb9e360d68e5444771b5467ba5bbbfcf2.
    
    * gnu/packages/chromium.scm (%preserved-third-party-files): Remove
    'third_party/pdfium/third_party/libopenjpeg20'.
    (ungoogled-chromium)[arguments]: Fix typo in #:configure-flags.
---
 gnu/packages/chromium.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index cef83be..2f40315 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



reply via email to

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