all repos — tint2 @ bb26d9d4fdf53a6b7e76ac4b16a4a9ddeab0970f

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

*fix* issue 260 the second


git-svn-id: http://tint2.googlecode.com/svn/trunk@465 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
Andreas.Fink85 Andreas.Fink85@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

bb26d9d4fdf53a6b7e76ac4b16a4a9ddeab0970f

parent

2b6fed2996c19d7f5d848d4fe34eaf5d7c1ce53c

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M configure.acconfigure.ac

@@ -125,6 +125,9 @@ AC_CHECK_LIB([gthread-2.0], [g_thread_init], [],

[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