File 0358-No-need-X-Windows-headers-and-libraries-to-build-Erl.patch of Package erlang
From 2fd47c86fc9ebc78883cca7797cecc53b5f7effc Mon Sep 17 00:00:00 2001
From: tarabit190 <tarabit190@gmail.com>
Date: Mon, 13 Aug 2018 09:51:39 +0800
Subject: [PATCH] No need X Windows' headers and libraries to build Erlang
since v20.0
Since OTP-20.0, the gs application has been removed.
Please refer to OTP-13703 in the following link
http://erlang.org/download/otp_src_20.0-rc1.readme for further info.
---
HOWTO/INSTALL.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md
index 2597794496..456dafeba5 100644
--- a/HOWTO/INSTALL.md
+++ b/HOWTO/INSTALL.md
@@ -77,8 +77,6 @@ also find the utilities needed for building the documentation.
Download from <http://www.oracle.com/technetwork/java/javase/downloads>.
We have also tested with IBM's JDK 1.6.0.
-* X Windows -- Development headers and libraries are needed
- to build the Erlang/OTP application `gs` on Unix/Linux.
* `flex` -- Headers and libraries are needed to build the flex
scanner for the `megaco` application on Unix/Linux.
* wxWidgets -- Toolkit for GUI applications.
--
2.16.4