Removed -lXext -lXt from libraries for wxX11
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1880,7 +1880,7 @@ equivalent variable and GTK+ is version 1.2.3 or above.
|
|||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext -lXt -lX11"
|
GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
|
||||||
TOOLKIT_VPATH="\${top_srcdir}/src/x11 \${top_srcdir}/src/univ \${top_srcdir}/src/univ/themes"
|
TOOLKIT_VPATH="\${top_srcdir}/src/x11 \${top_srcdir}/src/univ \${top_srcdir}/src/univ/themes"
|
||||||
TOOLKIT=X11
|
TOOLKIT=X11
|
||||||
GUIDIST=X11_DIST
|
GUIDIST=X11_DIST
|
||||||
|
Reference in New Issue
Block a user