https://bugzilla.redhat.com/show_bug.cgi?id=853553

--- Comment #36 from Brendan Jones <[email protected]> ---
The wxsqlite3 lib name is dependant on the version of GTK it is built against.

So using find_library(wxcode_gtk2_wxsqlite3-2.8 ) seems to me to be more
restrictive than simply passing a cmake variable at configuration time. That
way you can build against any version of gtk.

This is not the case for the other wxWidgets as they are handled by the
FindwxWidgets macro (which in turn relies on wxconfig rather than pkgconfig)

The patch I proposed is a flexible one

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to