summaryrefslogtreecommitdiff
path: root/libs/backends/dummy/wscript
AgeCommit message (Collapse)Author
2016-02-28prepare for update to waf 1.8Robin Gareus
uselib is no longer implicit (inherited by .use). This is still incomplete, some uselibs for non-linux variants may be missing. bld.is_defined("HAVE_XXX") also no longer works and will have to be changed (I think to bld.env["HAVE_XXX"]) in countless places.
2015-02-16remove lib versioning for internal pluginsRobin Gareus
Those objects do not have a versioned API by themselves. This fixes issues with duplicate deployment (OSX, Linux bundles: cp) and ardour listing control-surfaces multiple times (file index plugin dir).
2014-06-07Don't use module versioning with dummy backend when building with mingwTim Mayberry
2014-04-28finish unfinished work at basing all install paths on the program namePaul Davis
2014-04-28skeleton dummy audio-engineRobin Gareus