Display window icons/names
Add optional link on libwnck (default=yes) and build a new object from app-manager.c to keep an up to date list of applications with their name and icon. Use it inside the task manager object to display inside the tree view.
This commit is contained in:
@@ -65,6 +65,12 @@ dnl *** Check for required packages ***
|
||||
dnl ***********************************
|
||||
XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.12.0])
|
||||
|
||||
dnl ******************************************
|
||||
dnl *** Check for optional package libwnck ***
|
||||
dnl ******************************************
|
||||
XDT_CHECK_OPTIONAL_PACKAGE([WNCK], [libwnck-1.0], [2.0], [wnck], [building with libwnck for window icons/names], [yes])
|
||||
AM_CONDITIONAL([HAVE_WNCK], [test x"$WNCK_FOUND" = x"yes"])
|
||||
|
||||
dnl ***********************************
|
||||
dnl ********** Check for skel *********
|
||||
dnl ***********************************
|
||||
@@ -137,6 +143,7 @@ dnl ***************************
|
||||
echo
|
||||
echo "Build Configuration:"
|
||||
echo
|
||||
echo "* Wnck: ${WNCK_FOUND:-no} ${WNCK_VERSION:+(libwnck $WNCK_VERSION)}"
|
||||
echo "* Target OS: $target_os ($ac_os_implementation)"
|
||||
echo "* Debug Support: $enable_debug"
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user