487fd80ecf
PR: ports/177023 Submitted by: Bojan Petrovic <bojan_petrovic@fastmail.fm>
10 lines
569 B
Text
10 lines
569 B
Text
--- wscript.orig 2011-01-12 00:09:31.000000000 +0100
|
|
+++ wscript 2013-03-16 14:19:43.577462602 +0100
|
|
@@ -41,6 +41,7 @@
|
|
conf.check_tool('compiler_cxx')
|
|
autowaf.check_pkg(conf, 'libgvc', uselib_store='AGRAPH',
|
|
atleast_version='2.8', mandatory=False)
|
|
+ conf.env['LIB_AGRAPH'] = ['cgraph' if l == 'graph' else l for l in conf.env['LIB_AGRAPH']]
|
|
autowaf.check_pkg(conf, 'gtkmm-2.4', uselib_store='GLIBMM',
|
|
atleast_version='2.10.0', mandatory=True)
|
|
autowaf.check_pkg(conf, 'libgnomecanvasmm-2.6', uselib_store='GNOMECANVASMM',
|