Try to fix 13.04 build.
authorCarl Hetherington <cth@carlh.net>
Thu, 21 Nov 2013 18:25:40 +0000 (18:25 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 21 Nov 2013 18:25:40 +0000 (18:25 +0000)
src/wx/wscript

index 64b82d534ff0869642b65a172d1766098de3125d..084e5cc689f1847d9c1f56f26fe4f777e62f6998 100644 (file)
@@ -56,7 +56,7 @@ def configure(conf):
         # check_cfg(), so just hard-code it all.
         conf.env.STLIB_WXWIDGETS = ['wx_gtk2u_richtext-2.9', 'wx_gtk2u_xrc-2.9', 'wx_gtk2u_qa-2.9', 'wx_baseu_net-2.9', 'wx_gtk2u_html-2.9',
                                     'wx_gtk2u_adv-2.9', 'wx_gtk2u_core-2.9', 'wx_baseu_xml-2.9', 'wx_baseu-2.9']
-        conf.env.LIB_WXWIDGETS = ['tiff', 'SM', 'dl', 'jpeg', 'png', 'X11']
+        conf.env.LIB_WXWIDGETS = ['tiff', 'SM', 'dl', 'jpeg', 'png', 'X11', 'expat']
  
     conf.in_msg = 1
     wx_version = conf.check_cfg(package='', path=conf.options.wx_config, args='--version').strip()