deskbar-applet r2277 - trunk
- From: sebp svn gnome org
- To: svn-commits-list gnome org
- Subject: deskbar-applet r2277 - trunk
- Date: Sat, 2 Aug 2008 21:40:45 +0000 (UTC)
Author: sebp
Date: Sat Aug 2 21:40:45 2008
New Revision: 2277
URL: http://svn.gnome.org/viewvc/deskbar-applet?rev=2277&view=rev
Log:
Check for required python modules
Modified:
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Sat Aug 2 21:40:45 2008
@@ -92,6 +92,19 @@
AC_MSG_ERROR([gnomeapplet Python module required to build deskbar])
fi
+dnl ******************
+dnl * Python modules
+dnl ******************
+AM_CHECK_PYMOD(dbus)
+AM_CHECK_PYMOD(gconf)
+AM_CHECK_PYMOD(gnomedesktop)
+AM_CHECK_PYMOD(gnome.ui)
+AM_CHECK_PYMOD(gobject)
+AM_CHECK_PYMOD(gtk)
+AM_CHECK_PYMOD(gtk.gdk)
+AM_CHECK_PYMOD(pango)
+AM_CHECK_PYMOD(wnck)
+
dnl ****************************************************************************
dnl * Check for evolution's libebook to build the evolution handler
dnl ****************************************************************************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]