Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 187422 | Differences between
and this patch

Collapse All | Expand All

(-)SConstruct.ori (-1 / +1 lines)
Lines 91-97 Link Here
91
        Exit(1)
91
        Exit(1)
92
92
93
    # check for wx libs
93
    # check for wx libs
94
    if conf.CheckLib('wx_gtk-2.4') or conf.CheckLib('wx_gtk2u_core-2.6') or conf.CheckLib('wx_gtk2-2.4') or conf.CheckLib('wx_gtk2_core-2.6'):
94
    if conf.CheckLib('wx_gtk-2.4') or conf.CheckLib('wx_gtk2u_core-2.6') or conf.CheckLib('wx_gtk2-2.4') or conf.CheckLib('wx_gtk2_core-2.6') or conf.CheckLib('wx_gtk2u_core-2.8') :
95
        env['WITHEIDGUI']=1
95
        env['WITHEIDGUI']=1
96
96
97
    # check for headers
97
    # check for headers

Return to bug 187422