Remove libpng from dependencies in README.md.
Followup on05bd2a95
and513af13d
. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
995c2cb706
commit
c258f6c1c8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue