Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 371747
Collapse All | Expand All

(-)slv2-0.6.6.orig/wscript (-1 / +3 lines)
Lines 51-56 Link Here
51
	autowaf.check_pkg(conf, 'lv2core', uselib_store='LV2CORE', atleast_version='1.0', mandatory=True)
51
	autowaf.check_pkg(conf, 'lv2core', uselib_store='LV2CORE', atleast_version='1.0', mandatory=True)
52
	autowaf.check_pkg(conf, 'redland', uselib_store='REDLAND', atleast_version='1.0.6', mandatory=True)
52
	autowaf.check_pkg(conf, 'redland', uselib_store='REDLAND', atleast_version='1.0.6', mandatory=True)
53
	autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='0.107.0', mandatory=False)
53
	autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='0.107.0', mandatory=False)
54
	autowaf.check_pkg(conf, 'raptor2', uselib_store='RAPTOR2', atleast_version='2.0.8', mandatory=True)
54
	conf.env.append_value('CCFLAGS', '-std=c99')
55
	conf.env.append_value('CCFLAGS', '-std=c99')
55
	conf.define('SLV2_VERSION', SLV2_VERSION)
56
	conf.define('SLV2_VERSION', SLV2_VERSION)
56
	conf.write_config_header('slv2-config.h')
57
	conf.write_config_header('slv2-config.h')
Lines 96-102 Link Here
96
	obj.target       = 'slv2'
97
	obj.target       = 'slv2'
97
	obj.vnum         = SLV2_LIB_VERSION
98
	obj.vnum         = SLV2_LIB_VERSION
98
	obj.install_path = '${LIBDIR}'
99
	obj.install_path = '${LIBDIR}'
99
	autowaf.use_lib(bld, obj, 'REDLAND LV2CORE')
100
	obj.lib          = ['dl']
101
	autowaf.use_lib(bld, obj, 'REDLAND LV2CORE RAPTOR2')
100
102
101
	# Static library (for unit test code coverage)
103
	# Static library (for unit test code coverage)
102
	if bld.env['BUILD_TESTS']:
104
	if bld.env['BUILD_TESTS']:

Return to bug 371747