patch-wscript 874 B

1234567891011121314151617181920212223
  1. --- jack2-31d4ae97f296fe1c954cbb51e50d5e60578260b8.orig/wscript 2017-06-01 19:03:37.000000000 +0200
  2. +++ jack2-31d4ae97f296fe1c954cbb51e50d5e60578260b8/wscript 2017-06-01 19:10:22.063929110 +0200
  3. @@ -506,8 +506,6 @@ def configure(conf):
  4. if conf.env['BUILD_JACKDBUS'] != True:
  5. conf.fatal('jackdbus was explicitly requested but cannot be built')
  6. - conf.recurse('example-clients')
  7. -
  8. # test for the availability of ucontext, and how it should be used
  9. for t in ("gp_regs", "uc_regs", "mc_gregs", "gregs"):
  10. fragment = "#include <ucontext.h>\n"
  11. @@ -1016,11 +1014,6 @@ def build(bld):
  12. build_drivers(bld)
  13. - bld.recurse('example-clients')
  14. - if bld.env['IS_LINUX']:
  15. - bld.recurse('man')
  16. - if not bld.env['IS_WINDOWS']:
  17. - bld.recurse('tests')
  18. if bld.env['BUILD_JACKDBUS']:
  19. bld.recurse('dbus')