Hi All,

Updating the core sugar shell's rpm spec and I discovered I needed to
update the deps for the spec, only to discover that I needed to update
them in configure.ac too

This appears to work but I'm not sure if there was other deps that we
need to do with introspection at all.

Peter

--- sugar-0.97.5/configure.ac.orig      2012-10-04 17:54:00.546283114 +0100
+++ sugar-0.97.5/configure.ac   2012-10-04 17:56:09.605058723 +0100
@@ -14,7 +14,7 @@

 AM_PATH_PYTHON

-PKG_CHECK_MODULES(SHELL, pygtk-2.0 gtk+-2.0 gconf-2.0)
+PKG_CHECK_MODULES(SHELL, gtk+-3.0 >= 3.6 gconf-2.0)

 # Setup GETTEXT
 #
_______________________________________________
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel

Reply via email to