Add "Run Task Manager as root" item in "Execute" menu

This commit is contained in:
Mike Massonnet
2010-06-18 15:59:04 +02:00
parent a8d0079795
commit d70a495618
3 changed files with 38 additions and 3 deletions

View File

@@ -66,11 +66,13 @@ dnl ***********************************
XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.12.0])
XDT_CHECK_PACKAGE([CAIRO], [cairo], [1.5.0])
dnl ******************************************
dnl *** Check for optional package libwnck ***
dnl ******************************************
dnl ***********************************
dnl *** Check for optional packages ***
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"])
XDT_CHECK_OPTIONAL_PACKAGE([GKSU], [libgksu2], [2.0], [gksu], [building with libgksu to run as root], [yes])
AM_CONDITIONAL([HAVE_GKSU], [test x"$GKSU_FOUND" = x"yes"])
dnl ***********************************
dnl ********** Check for skel *********
@@ -144,6 +146,7 @@ dnl ***************************
echo
echo "Build Configuration:"
echo
echo "* Gksu: ${GKSU_FOUND:-no} "${GKSU_VERSION:+"(libgksu $GKSU_VERSION)"}
echo "* Wnck: ${WNCK_FOUND:-no} "${WNCK_VERSION:+"(libwnck $WNCK_VERSION)"}
echo "* Target OS: $target_os ($ac_os_implementation)"
echo "* Debug Support: $enable_debug"