unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 60937@debbugs.gnu.org, 609370@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#60937] [PATCH v2 1/2] gnu: wxwidgets: Reove configure option
Date: Sat, 28 Jan 2023 00:56:44 -0800	[thread overview]
Message-ID: <20230128085644.22453-1-atai@atai.org> (raw)
In-Reply-To: <CAJsg1E_T7GiANMs3QTeZMQ74Bxoon-HFHUCrXQ+76-FfXXd57A@mail.gmail.com>

* gnu/packages/wxwidgets.scm (wxwidgets): Remove
configure option that prevented webview option
from being in build and wxconfig feature list
---
 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 @@ (define-public wxwidgets
                             "--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"))
-- 
2.39.1





  parent reply	other threads:[~2023-01-28  8:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-18 15:46 [bug#60937] [PATCH] gnu: wxmaxima: Update to 22.12.0 Andy Tai
2023-01-21  4:51 ` [bug#60937] [PATCH 1/2] gnu: wxwidgets: Reove configure option Andy Tai
2023-01-21  4:53 ` [bug#60937] [PATCH 2/2] gnu: wxmaxima: Update to 22.12.0 Andy Tai
2023-01-28  8:56 ` Andy Tai [this message]
2023-01-30 12:37   ` [bug#60937] [PATCH v2 1/2] gnu: wxwidgets: Reove configure option Simon Tournier
2023-01-30 15:33     ` Andy Tai
2023-01-28  8:57 ` [bug#60937] [PATCH v2 2/2] gnu: wxmaxima: Update to 22.12.0 Andy Tai
2023-01-28  8:59 ` [bug#60937] [PATCH v2 1/2] gnu: wxwidgets: Reove configure option Andy Tai
2023-01-28  8:59 ` [bug#60937] [PATCH v2 2/2] gnu: wxmaxima: Update to 22.12.0 Andy Tai
2023-01-28 21:50 ` [bug#60937] [PATCH v3 1/2] gnu: wxwidgets: Remove configure option Andy Tai
2023-01-28 21:50 ` [bug#60937] [PATCH v3 2/2] gnu: wxmaxima: Update to 22.12.0 Andy Tai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230128085644.22453-1-atai@atai.org \
    --to=atai@atai.org \
    --cc=609370@debbugs.gnu.org \
    --cc=60937@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).