From: Vadim Zeitlin Date: Fri, 27 Jul 2012 15:36:40 +0000 (+0000) Subject: Add all extra GTK libraries to GUI_TK_LIBRARY in configure. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b9b55ad51603637f131e73a8a2fe19fd720ace75?hp=f5406730ffdde05e710a68367ac45c15a11c00bc 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 --- diff --git a/build/bakefiles/config.bkl b/build/bakefiles/config.bkl index 2f0327eedb..e1748c9ac6 100644 --- a/build/bakefiles/config.bkl +++ b/build/bakefiles/config.bkl @@ -385,7 +385,6 @@ to run the tests, include CppUnit library here.