From c258f6c1c888c05b3abe58e2385d79a23181e3bd Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Mon, 2 Mar 2020 19:15:38 +0000 Subject: [PATCH] Remove libpng from dependencies in README.md. Followup on 05bd2a95 and 513af13d. Signed-off-by: Rafael Kitover --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9ed5734e..407ecf3c 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,6 @@ And the following development libraries: - [mesa](https://mesa3d.org/) (if using X11 or any OpenGL otherwise) - [ffmpeg](https://ffmpeg.org/) (optional, at least version `4.0.4`, for game recording) - [gettext](https://www.gnu.org/software/gettext/) and gettext-tools (optional, with ENABLE_NLS) -- [libpng](http://www.libpng.org/pub/png/libpng.html) (required) - [SDL2](https://www.libsdl.org/) (required) - [SFML](https://www.sfml-dev.org/) (optional, for link) - [OpenAL](https://www.openal.org/) or [openal-soft](https://kcat.strangesoft.net/openal.html) (optional, a sound interface)