[Sugar-devel] Patch to update sugar's deps
Peter Robinson
pbrobinson at gmail.com
Thu Oct 4 13:00:38 EDT 2012
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
#
More information about the Sugar-devel
mailing list