From 1ca06d9f0c8e1d178450dbeab42f29c260951e39 Mon Sep 17 00:00:00 2001 From: Hans Baier Date: Sat, 2 May 2009 10:53:09 +0700 Subject: [PATCH] wscript: formatting --- wscript | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/wscript b/wscript index 3486ab7..2d7a8d8 100644 --- a/wscript +++ b/wscript @@ -27,17 +27,17 @@ def configure(conf): if conf.env['VALAC_VERSION'] >= (0, 7, 0): conf.fatal('vala 0.7.x is broken, please use >= %d.%d.%d instead' % min_vala_version ); - autowaf.check_pkg(conf, 'gobject-2.0', uselib_store='GOBJECT', atleast_version='2.10.0', mandatory=True) - autowaf.check_pkg(conf, 'glib-2.0', uselib_store='GLIB', atleast_version='2.10.0', mandatory=True) - autowaf.check_pkg(conf, 'gtk+-2.0', uselib_store='GTK', atleast_version='2.12.0', mandatory=True) - autowaf.check_pkg(conf, 'libglade-2.0', uselib_store='GLADE', atleast_version='2.6.2', mandatory=True) - autowaf.check_pkg(conf, 'cairo', uselib_store='CAIRO', atleast_version='1.6.0', mandatory=True) + autowaf.check_pkg(conf, 'gobject-2.0', uselib_store='GOBJECT', atleast_version='2.10.0', mandatory=True) + autowaf.check_pkg(conf, 'glib-2.0', uselib_store='GLIB', atleast_version='2.10.0', mandatory=True) + autowaf.check_pkg(conf, 'gtk+-2.0', uselib_store='GTK', atleast_version='2.12.0', mandatory=True) + autowaf.check_pkg(conf, 'cairo', uselib_store='CAIRO', atleast_version='1.6.0', mandatory=True) + autowaf.check_pkg(conf, 'libglade-2.0', uselib_store='GLADE', atleast_version='2.6.2', mandatory=True) conf.env['CCFLAGS'] = '-I./default' - conf.define('PACKAGE', APPNAME) - conf.define('PACKAGE_NAME', APPNAME) - conf.define('PACKAGE_STRING', APPNAME + '-' + VERSION) + conf.define('PACKAGE', APPNAME) + conf.define('PACKAGE_NAME', APPNAME) + conf.define('PACKAGE_STRING', APPNAME + '-' + VERSION) conf.define('PACKAGE_VERSION', APPNAME + '-' + VERSION) conf.define('VERSION', VERSION) -- 2.11.4.GIT