diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-29 00:19:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-01 07:17:18 +0700 |
commit | 1f65ccdeb333daaeef01ffa5cec61cd8bd5d07b4 (patch) | |
tree | 075c29ca6012ed8b67dc72d0a67c94fd7ace8b09 /libraries/wxPython3/README | |
parent | 109b2f018af8e4c87e4c793c7c03dfab919fc450 (diff) |
libraries/wxPython3: Add webkitgtk detection.
Thanks to Alex Kempshall for reporting.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/wxPython3/README')
-rw-r--r-- | libraries/wxPython3/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/wxPython3/README b/libraries/wxPython3/README index 2768e60a6eb2..39946a5a6597 100644 --- a/libraries/wxPython3/README +++ b/libraries/wxPython3/README @@ -16,3 +16,6 @@ overwrite some files created by wxPython. If you need to build packages using wxPython, simply reinstall wxPython package and wx-config will point to correct version. The same solution can be used if wxPython's wx-config is overwritten. + +Optional dependency: +- To have webview support, please install webkitgtk before installing wxGTK3. |