Add all extra GTK libraries to GUI_TK_LIBRARY in configure.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 27 Jul 2012 15:36:40 +0000 (15:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 27 Jul 2012 15:36:40 +0000 (15:36 +0000)
commitb9b55ad51603637f131e73a8a2fe19fd720ace75
tree3c3f27e99087a5abf5a613c724c5ed5c1b42f601
parentf5406730ffdde05e710a68367ac45c15a11c00bc
Add all extra GTK libraries to GUI_TK_LIBRARY in configure.

Some libraries (e.g. Pango) were added to GUI_TK_LIBRARY already while others
(e.g. Hildon) had their own EXTRALIBS_HILDON variables that were then added to
EXTRALIBS_GUI separately. Finally, some others were simply broken because
neither EXTRALIBS_GNOMEVFS nor EXTRALIBS_GTKPRINT were set anywhere.

Standardize on using GUI_TK_LIBRARY for everything.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
build/bakefiles/config.bkl
configure
configure.in