[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60937] [PATCH v2 1/2] gnu: wxwidgets: Reove configure option
From: |
Andy Tai |
Subject: |
[bug#60937] [PATCH v2 1/2] gnu: wxwidgets: Reove configure option |
Date: |
Sat, 28 Jan 2023 00:59:25 -0800 |
* 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
- [bug#60937] [PATCH] gnu: wxmaxima: Update to 22.12.0, Andy Tai, 2023/01/18
- [bug#60937] [PATCH 1/2] gnu: wxwidgets: Reove configure option, Andy Tai, 2023/01/20
- [bug#60937] [PATCH 2/2] gnu: wxmaxima: Update to 22.12.0, Andy Tai, 2023/01/20
- [bug#60937] [PATCH v2 1/2] gnu: wxwidgets: Reove configure option, Andy Tai, 2023/01/28
- [bug#60937] [PATCH v2 2/2] gnu: wxmaxima: Update to 22.12.0, Andy Tai, 2023/01/28
- [bug#60937] [PATCH v2 1/2] gnu: wxwidgets: Reove configure option,
Andy Tai <=
- [bug#60937] [PATCH v2 2/2] gnu: wxmaxima: Update to 22.12.0, Andy Tai, 2023/01/28
- [bug#60937] [PATCH v3 2/2] gnu: wxmaxima: Update to 22.12.0, Andy Tai, 2023/01/28
- [bug#60937] [PATCH v3 1/2] gnu: wxwidgets: Remove configure option, Andy Tai, 2023/01/28