Browse Source

Tidy.

git-svn-id: http://svn.drobilla.net/serd/trunk@87 490d8e77-9747-427b-9fa3-0b8f29cee8a0
zrythm_meson
David Robillard 12 years ago
parent
commit
8addf2ddad
  1. 3
      README
  2. 5
      wscript

3
README

@ -8,6 +8,3 @@ For more information, see <http://drobilla.net/software/serd>. @@ -8,6 +8,3 @@ For more information, see <http://drobilla.net/software/serd>.
-- David Robillard <d@drobilla.net>

5
wscript

@ -41,9 +41,10 @@ def configure(conf): @@ -41,9 +41,10 @@ def configure(conf):
conf.check_tool('compiler_cc')
conf.env.append_value('CFLAGS', '-std=c99')
autowaf.define(conf, 'SERD_VERSION', SERD_VERSION)
conf.env['BUILD_TESTS'] = Options.options.build_tests
conf.env['BUILD_UTILS'] = not Options.options.no_utils
autowaf.define(conf, 'SERD_VERSION', SERD_VERSION)
conf.write_config_header('serd-config.h', remove=False)
autowaf.display_msg(conf, "Utilities", str(conf.env['BUILD_UTILS'] == 1))
@ -55,7 +56,7 @@ def build(bld): @@ -55,7 +56,7 @@ def build(bld):
bld.install_files('${INCLUDEDIR}/serd', bld.path.ant_glob('serd/*.h'))
# Pkgconfig file
autowaf.build_pc(bld, 'SERD', SERD_VERSION, ['REDLAND'])
autowaf.build_pc(bld, 'SERD', SERD_VERSION, [])
lib_source = '''
src/env.c

Loading…
Cancel
Save