From: Andy Tai <atai@atai.org>
To: 60937@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#60937] [PATCH v3 1/2] gnu: wxwidgets: Remove configure option
Date: Sat, 28 Jan 2023 13:50:29 -0800 [thread overview]
Message-ID: <20230128215029.18859-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"))
base-commit: c6ec9c7af9814f84f293f62235eab9d0649751a7
--
2.39.1
next prev parent reply other threads:[~2023-01-28 21:51 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 ` [bug#60937] [PATCH v2 1/2] gnu: wxwidgets: Reove configure option Andy Tai
2023-01-30 12:37 ` 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 ` Andy Tai [this message]
2023-01-28 21:50 ` [bug#60937] [PATCH v3 " 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230128215029.18859-1-atai@atai.org \
--to=atai@atai.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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.