mirror of
https://github.com/fltk/fltk.git
synced 2025-12-08 11:21:13 +08:00
Remove libfltk_cairo (fltk::cairo)
This library is no longer needed and was "empty" for backwards compatibility since FLTK 1.4.0.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user