gnome-python r647 - trunk



Author: gjc
Date: Sat Jan  3 23:04:55 2009
New Revision: 647
URL: http://svn.gnome.org/viewvc/gnome-python?rev=647&view=rev

Log:
Use the gnu_dirs waf tool, so that --libdir configure option works

Modified:
   trunk/wscript

Modified: trunk/wscript
==============================================================================
--- trunk/wscript	(original)
+++ trunk/wscript	Sat Jan  3 23:04:55 2009
@@ -36,6 +36,7 @@
 def set_options(opt):
     opt.tool_options('compiler_cc')
     opt.tool_options('gnome')
+    opt.tool_options('gnu_dirs')
 
     opt.add_option('--enable-modules',
                    help=('Enable only the specified modules.'),
@@ -50,6 +51,7 @@
     conf.check_tool('python')
     conf.check_tool('command')
     conf.check_tool('pkgconfig')
+    conf.check_tool('gnu_dirs')
 
     if sys.platform == 'darwin':
         conf.check_tool('osx')



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]