diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-07-12 19:26:28 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-07-12 20:05:07 +0200 |
| commit | 787c67afea179735f2fea12f95ad04c80b3717e7 (patch) | |
| tree | bdb1e19fcd21250991692274cde38114c23a0c60 /src | |
| parent | 26c46cc022fb097b76d394f482afe231871c2fc2 (diff) | |
macOS: fix fltk_cairo shared library (issue #250)
- add missing dependencies to build the shared libfltk_cairo(.dylib)
- remove incorrect dependency on cairo from libfltk
- add cairo_test-shared demo (linked with shared libs)
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1a614bee4..274df8e02 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -519,10 +519,6 @@ if (WIN32) list (APPEND OPTIONAL_LIBS comctl32 ws2_32) endif (WIN32) -if (FLTK_HAVE_CAIRO) - list (APPEND OPTIONAL_LIBS fltk_cairo ${PKG_CAIRO_LIBRARIES}) -endif (FLTK_HAVE_CAIRO) - if (HAVE_XINERAMA) list (APPEND OPTIONAL_LIBS ${X11_Xinerama_LIB}) endif (HAVE_XINERAMA) |
