Browse Source

Reduce cairo requirement to 1.10 (apparently it works).

tags/v1.3.1000
Jonathan Moore Liles 12 years ago
parent
commit
b2b1eadf76
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      wscript

+ 1
- 1
wscript View File

@@ -90,7 +90,7 @@ def configure(conf):
mandatory=True)

conf.check_cfg(package='cairo', uselib_store='CAIRO', args="--cflags --libs",
atleast_version='1.12.0', mandatory=True)
atleast_version='1.10.0', mandatory=True)


conf.check(header_name='unistd.h', define_name='HAVE_UNISTD_H', mandatory=False)


Loading…
Cancel
Save