aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2015-11-14 18:20:36 +0200
committerEli Zaretskii2015-11-14 18:20:36 +0200
commitabef71f38a75ed10d18d6e33cded593efa9d9b34 (patch)
tree7d3280373254638e0bdcd87bd576b75de770f85c
parent07742820e47cf807c0d000cfa71073419a1f18e6 (diff)
downloademacs-abef71f38a75ed10d18d6e33cded593efa9d9b34.tar.gz
emacs-abef71f38a75ed10d18d6e33cded593efa9d9b34.zip
* INSTALL (--with-cairo): Document this new configure option.
-rw-r--r--INSTALL2
-rw-r--r--etc/NEWS4
2 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 7a4150543b1..5ca88fecf35 100644
--- a/INSTALL
+++ b/INSTALL
@@ -309,6 +309,8 @@ Use --with-wide-int to implement Emacs values with the type 'long long',
309even on hosts where a narrower type would do. With this option, on a 309even on hosts where a narrower type would do. With this option, on a
310typical 32-bit host, Emacs integers have 62 bits instead of 30. 310typical 32-bit host, Emacs integers have 62 bits instead of 30.
311 311
312Use --with-cairo to compile Emacs with Cairo drawing.
313
312Use --enable-gcc-warnings to enable compile-time checks that warn 314Use --enable-gcc-warnings to enable compile-time checks that warn
313about possibly-questionable C code. This is intended for developers 315about possibly-questionable C code. This is intended for developers
314and is useful with GNU-compatible compilers. On a recent GNU system 316and is useful with GNU-compatible compilers. On a recent GNU system
diff --git a/etc/NEWS b/etc/NEWS
index 82c30d47077..e631da24e11 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -31,8 +31,10 @@ otherwise leave it unmarked.
31+++ 31+++
32** Building Emacs now requires GNU make, version 3.81 or later. 32** Building Emacs now requires GNU make, version 3.81 or later.
33 33
34+++
34** New configure option --with-cairo. 35** New configure option --with-cairo.
35Maybe add text based on http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00689.html 36This builds Emacs with Cairo drawing. As a side effect, it provides
37support for built-in printing, when Emacs was built with GTK+.
36 38
37** By default, Emacs no longer works on IRIX. We expect that Emacs 39** By default, Emacs no longer works on IRIX. We expect that Emacs
38users are not affected by this, as SGI stopped supporting IRIX in 40users are not affected by this, as SGI stopped supporting IRIX in