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. --- examples/cairo-draw-x.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/cairo-draw-x.cxx b/examples/cairo-draw-x.cxx index a265dc360..dd31e0bb0 100644 --- a/examples/cairo-draw-x.cxx +++ b/examples/cairo-draw-x.cxx @@ -58,8 +58,8 @@ int main(int argc, char **argv) { #include int main(int argc, char **argv) { fl_message_title("This program needs a Cairo enabled FLTK library"); - fl_message("Please configure FLTK with Cairo enabled (--enable-cairo or --enable-cairoext)\n" - "or one of the CMake options FLTK_OPTION_CAIRO_WINDOW or FLTK_OPTION_CAIRO_EXT, respectively."); + fl_message("Please configure FLTK with Cairo enabled by one of the CMake options\n" + "FLTK_OPTION_CAIRO_WINDOW or FLTK_OPTION_CAIRO_EXT, respectively."); return 0; } #endif // (FLTK_HAVE_CAIRO) -- cgit v1.2.3