changes to build on Ubuntu Natty

This commit is contained in:
Eric Gregory 2011-08-25 18:45:34 -07:00
parent 7442caf88e
commit 2e501eff68

View file

@ -23,7 +23,7 @@ def configure(conf):
conf.check_cfg(
package='glib-2.0',
uselib_store='GLIB',
atleast_version='2.28.8',
atleast_version='2.28.6',
mandatory=1,
args='--cflags --libs')
@ -58,7 +58,7 @@ def configure(conf):
conf.check_cfg(
package='sqlite3',
uselib_store='SQLITE',
atleast_version='3.7.5',
atleast_version='3.7.4',
mandatory=1,
args='--cflags --libs')