aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2016-01-20 11:06:01 -0800
committerPaul Eggert2016-01-20 11:06:35 -0800
commit2388fa74982a9146e4bcefc75004ec9d7241c505 (patch)
tree77818707711ddc4e467dc0e6ae141c01636d6811 /etc
parent65575c24aaad9bedf6b84cc062cc03fbe4dd1315 (diff)
downloademacs-2388fa74982a9146e4bcefc75004ec9d7241c505.tar.gz
emacs-2388fa74982a9146e4bcefc75004ec9d7241c505.zip
Port to platforms with gtk3 but not webkitgtk3
I ran into this problem on my Fedora 23 installation; Emacs configured but did not build when --with-xwidgets was specified. * configure.ac (HAVE_WEBKIT, HAVE_GIR): Omit unnecessary initializations. (DOES_XWIDGETS_USE_GIR): New var. If --with-xwidgets is specified, report an error if not doable, to be consistent with the other --with options. Require webkitgtk3 to use Xwidgets, as the Xwidgets code does not work at all without webkitgtk3. Simplify use of EMACS_CHECK_MODULES. Output message about gobject introspection only if xwidgets are used. * etc/NEWS: Users need webkitgtk3, not merely webkit. * src/xwidget.c (syms_of_xwidget): Don’t worry about HAVE_WEBKIT_OSR, since this file is no longer compiled if webkitgtk3 is not available.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 934bc3f0859..06b32ce9ccc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -121,7 +121,7 @@ and can contain escape sequences for command keys, quotes, and the like.
121* Changes in Emacs 25.1 121* Changes in Emacs 25.1
122 122
123** Xwidgets: a new feature for embedding native widgets inside Emacs buffers. 123** Xwidgets: a new feature for embedding native widgets inside Emacs buffers.
124If you have gtk3 and webkit-devel installed, you can access the 124If you have gtk3 and webkitgtk3 installed, you can access the
125embedded webkit browser with `M-x xwidget-webkit-browse-url'. This 125embedded webkit browser with `M-x xwidget-webkit-browse-url'. This
126opens a new buffer with the embedded browser. The buffer will 126opens a new buffer with the embedded browser. The buffer will
127have a new mode, `xwidget-webkit-mode' (similar to `image-mode'), 127have a new mode, `xwidget-webkit-mode' (similar to `image-mode'),