*fix* issue 260 the second
git-svn-id: http://tint2.googlecode.com/svn/trunk@465 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
parent
2b6fed2996
commit
bb26d9d4fd
1 changed files with 3 additions and 0 deletions
|
@ -125,6 +125,9 @@ then
|
|||
[AC_MSG_ERROR([libgthread-2.0 is missing, usually provided by glib-2.x])])
|
||||
AC_CHECK_LIB([gdk-x11-2.0], [gdk_window_get_state], [],
|
||||
[AC_MSG_ERROR([gdk-x11-2.0 is missing, usually provided by gtk+-2.x])])
|
||||
AC_CHECK_LIB([Xrender], [XRenderComposite], [],
|
||||
[AC_MSG_ERROR([XRender is missing])])
|
||||
|
||||
TINT2CONF_LIBS="${LIBS} ${PTHREAD_LIB} ${GLIB2_LIB} ${GOBJECT2_LIB} ${IMLIB2_LIBS}"
|
||||
LIBS=$LIBS_SAVED
|
||||
|
||||
|
|
Loading…
Reference in a new issue