changes to build on Ubuntu Natty
This commit is contained in:
parent
7442caf88e
commit
2e501eff68
1 changed files with 2 additions and 2 deletions
4
wscript
4
wscript
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue