guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: wxwidgets: Remove configure option.


From: guix-commits
Subject: 02/03: gnu: wxwidgets: Remove configure option.
Date: Wed, 8 Feb 2023 11:10:46 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit d6e2b467b88d0f663a941b796b2933ed009fca3f
Author: Andy Tai <atai@atai.org>
AuthorDate: Wed Feb 1 22:39:40 2023 -0800

    gnu: wxwidgets: Remove configure option.
    
    * gnu/packages/wxwidgets.scm (wxwidgets)[arguments]: Remove webviewwebkit
      configure option that prevented webview option from being in build and
      wxconfig feature list. Remove 'use-newer-webkit' phase.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/wxwidgets.scm | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm
index 0183e07c31..0a93c30f26 100644
--- a/gnu/packages/wxwidgets.scm
+++ b/gnu/packages/wxwidgets.scm
@@ -120,20 +120,12 @@
                             "--with-sdl"
                             "--enable-gui"
                             "--enable-mediactrl"
-                            "--enable-webview"
-                            "--enable-webviewwebkit")
+                            "--enable-webview")
       #:make-flags
       #~(list (string-append "LDFLAGS=-Wl,-rpath=" #$output "/lib"))
       #:tests? #f                       ;TODO
       #:phases
       #~(modify-phases %standard-phases
-          (add-after 'unpack 'use-newer-webkit
-            (lambda _
-              ;; XXX: The configure script tests only for an ancient
-              ;; WebKitGTK version.
-              (substitute* "configure"
-                (("webkit2gtk-4\\.0")
-                 "webkit2gtk-4.1"))))
           (add-after 'unpack 'refer-to-inputs
             (lambda* (#:key inputs #:allow-other-keys)
               (let ((catch (search-input-file inputs "include/catch.hpp"))



reply via email to

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