Page 1 of 1

Bug: The executable is linked against unneeded libraries

PostPosted: 26 Dec 2012, 15:52
by Yann
Hi!

The executable is linked against unneeded libraries. Here is a patch that corrects CMakeLists.txt to fix it.

remove-unneeded-linked-libraries.txt
Patch that removes unneeded linked libraries during the build
(8.94 KiB) Downloaded 380 times

Re: Bug: The executable is linked against unneeded libraries

PostPosted: 27 Dec 2012, 06:35
by acme_pjz
Hi yann.soubeyrand,

Unfortunately I'm in Windows :( I think we should wait for our another developer

Re: Bug: The executable is linked against unneeded libraries

PostPosted: 27 Dec 2012, 10:18
by Edward_Lii
Hello yann.soubeyrand,

yann.soubeyrand {l Wrote}:The executable is linked against unneeded libraries. Here is a patch that corrects CMakeLists.txt to fix it.

Thank you for pointing this out and creating a patch. :)
Basically the CMakeLists file started out simple and got messier along the way, somehow I must have missed that X11 would include its extensions.
Anyway, I've applied your changes and committed it along with the license fix patch (svn rev. 542).