~malept/libdesktop-agnostic/lp-i18n

« back to all changes in this revision

Viewing changes to wscript

  • Committer: Mark Lee
  • Date: 2010-04-11 07:18:21 UTC
  • Revision ID: bzr@lazymalevolence.com-20100411071821-auy15w7cc9seuoyu
Build system: only Vala 0.7.10 is allowed at the moment, because I'm too tired to try to figure out how to make it compile under Vala 0.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
                       uselib_store='GNOME_DESKTOP', mandatory=True,
136
136
                       args='--cflags --libs')
137
137
    # make sure we have the proper Vala version
138
 
    if conf.env['VALAC_VERSION'] < MIN_VALA_VERSION and \
 
138
    if conf.env['VALAC_VERSION'] != MIN_VALA_VERSION and \
139
139
        not os.path.isdir(os.path.join(conf.curdir, GEN_SRC_DIR)):
140
140
        conf.fatal('''\
141
 
Your Vala compiler version %s is too old. The project requires at least
 
141
Your Vala compiler version %s is too old. The project requires
142
142
version %d.%d.%d''' % ((str(conf.env['VALAC_VERSION']),) + MIN_VALA_VERSION))
143
143
 
144
144
    # check for gobject-introspection