> >> The current version > >> will become 1.3.2 and go through our standard testing to avoid = > exactly > >> this (I have a feeling that we should try to load this library at > >> run-time instead. It may not be available everywhere!). > > The usage of the Xrandr library is protected by > > #if HAVE_XRANDR > > whose value is set at configure time. Isn't that enough to account > > for platforms where the library is not available ? > > If it is a static library, then that's fine, but if it needs some = > installed counterpart on the target platform, it's not.= >
I see that libXrandr depends on libX11, libXext, libXrender, and libc and that libXft depends on all of these and others. Thus, I conclude that using libXrandr does not require additional libraries on the platform besides itself. Is that correct ? _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
