gnome-python-desktop r519 - trunk



Author: gjc
Date: Sat Jan  3 23:06:06 2009
New Revision: 519
URL: http://svn.gnome.org/viewvc/gnome-python-desktop?rev=519&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:06:06 2009
@@ -40,6 +40,8 @@
 def set_options(opt):
     opt.tool_options('compiler_cc')
     opt.tool_options('gnome')
+    opt.tool_options('gnu_dirs')
+
     opt.sub_options('metacity')
 
     opt.add_option('--enable-modules',
@@ -52,6 +54,7 @@
     conf.check_tool('misc')
     conf.check_tool('compiler_cc')
     conf.check_tool('gnome')
+    conf.check_tool('gnu_dirs')
     conf.check_tool('python')
     conf.check_tool('command')
     conf.check_tool('pkgconfig')



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