summaryrefslogtreecommitdiff
path: root/libs/ardouralsautil/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-08-11add API to query ALSA supported parametersRobin Gareus
2014-09-06get installdir for libardouralsautil correctPaul Davis
2014-06-29update ARD - allow to release it as standalone tool.Robin Gareus
see https://github.com/x42/alsa_request_device
2014-06-07install libardouralsautil into the normal libdir, not a subdirPaul Davis
2014-06-05don't build a-r-d if alsa backend is not builtRobin Gareus
2014-06-05mark dbus reservation tool optionalRobin Gareus
2014-06-05proper dbus device reservationRobin Gareus
2014-06-04break out ALSA related functions into libardouralsautilRobin Gareus