Remove libfltk_cairo (fltk::cairo)
Some checks are pending
Build and Test / build-linux (push) Waiting to run
Build and Test / build-wayland (push) Waiting to run
Build and Test / build-macos (push) Waiting to run
Build and Test / build-windows (push) Waiting to run

This library is no longer needed and was "empty" for backwards
compatibility since FLTK 1.4.0.
This commit is contained in:
Albrecht Schlosser
2025-03-15 23:34:56 +01:00
parent 2e1730d2f0
commit b252e5e45c
15 changed files with 33 additions and 133 deletions

View File

@@ -58,8 +58,8 @@ int main(int argc, char **argv) {
#include <FL/fl_ask.H>
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)