From 82d0b04a0191da73b082dd7565eb6ddbe287e131 Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Sun, 27 Aug 2017 13:22:41 -0700 Subject: [PATCH] remove cairo references from README.md Since Cairo was dropped in 1583a226, remove all references to it in README.md . --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a4d9eb08..9b23fc13 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,6 @@ And the following development libraries: - [SFML](https://www.sfml-dev.org/) (optional, for link) - OpenAL (optional, a sound interface) - [wxWidgets](https://wxwidgets.org/) (required, 2.8 is still supported) -- cairo (optional, rendering interface) On Linux and similar, you also need the version of GTK your wxWidgets is linked to (usually 2 or 3). @@ -118,7 +117,6 @@ Here is the complete list: | ENABLE_FFMPEG | Enable ffmpeg A/V recording | ON on Linux and MSys2 | | ENABLE_LTO | Compile with Link Time Optimization (gcc and clang only) | ON where works | | ENABLE_GBA_LOGGING | Enable extended GBA logging | ON | -| ENABLE_CAIRO | Enable Cairo rendering for wxWidgets | OFF | | ENABLE_DIRECT3D | Direct3D rendering for wxWidgets (Windows, **NOT IMPLEMENTED!!!**) | ON | | ENABLE_XAUDIO2 | Enable xaudio2 sound output for wxWidgets (Windows only) | ON | | ENABLE_OPENAL | Enable OpenAL for the wxWidgets port | ON |