DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2422
Version: 1.3-current


When compiling an app using CMake, FLTK's import file lacks libXinerama,
which means linking fails. Reason is a typo:

--- ../src/CMakeLists.txt       2010-09-28 19:16:18.000000000 +0200
+++ new 2010-09-28 19:25:39.000000000 +0200
@@ -229,7 +229,7 @@
    target_link_libraries(fltk fltk_cairo ${PKG_CAIRO_LIBRARIES})
 ENDif(HAVE_CAIRO)
 
-if(USE_XINERAMA)
+if(HAVE_XINERAMA)
    target_link_libraries(fltk ${X11_Xinerama_LIB})
 endif(USE_XINERAMA)


Link: http://www.fltk.org/str.php?L2422
Version: 1.3-current

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to