diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-03-15 23:34:56 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-03-16 00:10:53 +0100 |
| commit | b252e5e45cfd87da48133a3a52e3ac164759b231 (patch) | |
| tree | 16be1e15561e913e9e9c023a170bb9b062d5bfc8 /fl_config.cmake.in | |
| parent | 2e1730d2f0f131d792c9b0561672f5252a868785 (diff) | |
Remove libfltk_cairo (fltk::cairo)
This library is no longer needed and was "empty" for backwards
compatibility since FLTK 1.4.0.
Diffstat (limited to 'fl_config.cmake.in')
| -rw-r--r-- | fl_config.cmake.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fl_config.cmake.in b/fl_config.cmake.in index f5eea672c..c1a1b3c5e 100644 --- a/fl_config.cmake.in +++ b/fl_config.cmake.in @@ -30,7 +30,7 @@ /* * FLTK_HAVE_CAIRO * - * Do we have the Cairo library available? + * Do we have the Fl_Cairo_Window support? */ #cmakedefine FLTK_HAVE_CAIRO 1 @@ -71,7 +71,7 @@ * Do we use Cairo to draw to the display? * */ - + #cmakedefine FLTK_USE_CAIRO 1 |
