diff --git a/no-display.patch b/no-display.patch new file mode 100644 index 0000000..2f1b9e3 --- /dev/null +++ b/no-display.patch @@ -0,0 +1,19 @@ +diff -up orca-2.23.90/configure.in.no-display orca-2.23.90/configure.in +--- orca-2.23.90/configure.in.no-display 2008-08-23 11:35:26.000000000 -0400 ++++ orca-2.23.90/configure.in 2008-08-23 11:35:39.000000000 -0400 +@@ -101,7 +101,6 @@ AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(C + + AM_CHECK_PYMOD(gettext,,,[AC_MSG_ERROR(Could not find python module gettext)]) + AM_CHECK_PYMOD(getopt,,,[AC_MSG_ERROR(Could not find python module getopt)]) +-AM_CHECK_PYMOD(wnck,,,[AC_MSG_ERROR(Could not find python module wnck)]) + AM_CHECK_PYMOD(bonobo,,,[AC_MSG_ERROR(Could not find python module bonobo - make sure you have gnome-python with support for libbonobo-2.0 >= 2.14.0 installed)]) + AM_CHECK_PYMOD(ORBit,,,[AC_MSG_ERROR(Could not find python module ORBit - make sure you have pyorbit >= 2.14.0 installed)]) + AM_CHECK_PYMOD(ORBit,CORBA,,[AC_MSG_ERROR(Could not find python module ORBit.CORBA - make sure you have pyorbit >= 2.14.0 installed)]) +@@ -109,6 +108,7 @@ AM_CHECK_PYMOD(ORBit,CORBA,,[AC_MSG_ERRO + # Don't require the DISPLAY to be set - the gtk checking will fail + # if DISPLAY is not set, and we don't like that. + # ++#AM_CHECK_PYMOD(wnck,,,[AC_MSG_ERROR(Could not find python module wnck)]) + #AM_CHECK_PYMOD(gconf,,,[AC_MSG_ERROR(Could not find python module gconf - make sure you have pygtk >= 2.8.14 installed)]) + #AM_CHECK_PYMOD(gtk,,,[AC_MSG_ERROR(Could not find python module gtk - make sure you have pygtk >= 2.8.14 installed)]) + #AM_CHECK_PYMOD(gtk,gdk,,[AC_MSG_ERROR(Could not find python module gtk.gdk - make sure you have pygtk >= 2.8.14 installed)])