From b252e5e45cfd87da48133a3a52e3ac164759b231 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 15 Mar 2025 23:34:56 +0100 Subject: Remove libfltk_cairo (fltk::cairo) This library is no longer needed and was "empty" for backwards compatibility since FLTK 1.4.0. --- documentation/src/basics.dox | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'documentation/src') diff --git a/documentation/src/basics.dox b/documentation/src/basics.dox index 78e7858dd..2218dbb4b 100644 --- a/documentation/src/basics.dox +++ b/documentation/src/basics.dox @@ -341,11 +341,7 @@ The libraries are named `fltk.lib`, `fltk_forms.lib`, `fltk_gl.lib`, and \note The separate \p fltk_cairo library is no longer necessary since FLTK 1.4.0. - However, this release of FLTK builds a dummy `fltk_cairo` library for - backwards compatibility. You are advised to remove the usage of - the `fltk_cairo` library from your build systems and tools. - The `fltk_cairo` library will be removed in a future release. - + It is no longer built since FLTK 1.5.0. As before, the \p fltk-config script can be used to get the options that are required by your linker: @@ -370,7 +366,7 @@ c++ ... `fltk-config --use-forms --use-gl --use-images --ldflags` The option `--use-cairo` may be used to build your program with Cairo libs if you use Cairo in your code. It does no longer include the `fltk_cairo` lib but all necessary Cairo compiler flags and Cairo libs, if and only if FLTK has been -built with the optional Cairo support by configure or CMake. +configured with the optional Cairo support by CMake. Finally, you can use the \p fltk-config script to compile one or more source files as a FLTK program. -- cgit v1.2.3