commit | c4bc5a8f0eeacbebb50a2ef79c7b03b64586475a | [log] [tgz] |
---|---|---|
author | Peter Åstrand (astrand) <astrand@cendio.se> | Tue Feb 10 12:21:05 2015 +0100 |
committer | Peter Åstrand (astrand) <astrand@cendio.se> | Tue Feb 10 12:21:05 2015 +0100 |
tree | f9df0cfc299272a46245b54e176625af18a5e19e | |
parent | 11167e1f08b15381d5e7834baf7f0a6811af1985 [diff] [blame] |
Build fixes for modern versions of binutils. Need to explicitly list DSOs.
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3091d7b..5ecd89e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -226,6 +226,9 @@ if(X11_Xcursor_FOUND) set(FLTK_LIBRARIES ${FLTK_LIBRARIES} ${X11_Xcursor_LIB}) endif() + if(X11_Xrender_FOUND) + set(FLTK_LIBRARIES ${FLTK_LIBRARIES} ${X11_Xrender_LIB}) + endif() endif() if(FLTK_FOUND)