all repos — tint2 @ 2b6fed2996c19d7f5d848d4fe34eaf5d7c1ce53c

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

*fix* issue 260


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

2b6fed2996c19d7f5d848d4fe34eaf5d7c1ce53c

parent

056246dd2d901ce722b20d0ded593eb3e5ea1001

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M configure.acconfigure.ac

@@ -123,7 +123,8 @@ AC_CHECK_LIB([gtk-x11-2.0], [gtk_main], [],

[AC_MSG_ERROR([gtk+-2.x is missing or not built with X support])]) 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])]) TINT2CONF_LIBS="${LIBS} ${PTHREAD_LIB} ${GLIB2_LIB} ${GOBJECT2_LIB} ${IMLIB2_LIBS}" LIBS=$LIBS_SAVED