summaryrefslogtreecommitdiff
path: root/dbus/wscript
Commit message (Collapse)AuthorAgeFilesLines
* Solving problems while compiling jack2 on macOS X with dbus support (#434)shura2019-02-241-0/+6
| | | | | | * Solving problems while compiling jack2 on macOS X with dbus support * Using the right function name in uptime error
* Update to waf 2.0.11Karl Linden2018-10-061-1/+1
| | | | | | - Migrate pkg-config checks from atleast_version. - Check ppoll with a fragment, since the function_name argument has been removed.
* explicitly import Logs and Options from waflibKarl Lindén2015-05-021-2/+2
|
* replace WARNING with ERROR in configure messagesKarl Lindén2015-04-081-3/+3
|
* add mandatory=False to dbus-1 check so that the custom error message is ↵Karl Lindén2015-04-081-1/+1
| | | | shown if dbus-1 is missing
* drop unnecessary conf.is_defined('HAVE_DBUS_1') since it is the same as ↵Karl Lindén2015-04-081-1/+1
| | | | conf.check_cfg(package='dbus-1', ...)
* use pkg-config to find expat and drop explicit HAVE_EXPAT and LIB_EXPAT ↵Karl Lindén2015-04-081-5/+1
| | | | since they are set by check_cfg
* specify mandatory=False when checking for expat so that the expat error ↵Karl Lindén2015-04-081-1/+1
| | | | message can be reached if expat is not found
* [wscript] More fixes for -Wl,--as-neededAdrian Knoth2012-11-071-1/+1
| | | | Reportedly, f28523ff5415c96d681551d2b3a614ef851b9b4a was incomplete.
* indention fixNedko Arnaudov2012-02-151-1/+1
|
* switch from set_options() to options()Nedko Arnaudov2012-02-151-1/+1
|
* swtich from uselib/uselib_local to useNedko Arnaudov2012-02-151-4/+4
|
* switch from bld.new_task_gen() to bld()Nedko Arnaudov2012-02-151-2/+1
| | | | | jackdbus needs explicit index because device reservation code is shared with jackd and waf cannot autodetect this.
* wscript: Fix waf error (missing features) in dbus/wscriptAdrian Knoth2012-02-121-0/+1
|
* wscript: Fix DBUS service file generationAdrian Knoth2012-02-121-9/+6
| | | | New waf syntax for a subst build.
* Run 2to3 on all wscript files.Adrian Knoth2012-02-091-3/+3
| | | | Automatically upgrading to python3 syntax, where possible.
* jackdbus: SessionManager interfaceNedko Arnaudov2011-07-211-0/+1
|
* jackdbus: fix link issuesnedko2011-05-131-0/+1
| | | | | | | | | | | similar to db4b99b5b6031fec3d20fc5b880b52d43917ecac got broken by f94bf7174d155decbe7f483fea3fef056d66b104 For example jack_error was not linked properly: jackdbus.c:(.text+0x36): undefined reference to `jack_error' git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4389 0c269be4-1314-0410-8aa9-9f06e86f4224
* jackdbus: params storenedko2011-04-171-0/+1
| | | | | | | | This changeset removes code duplication that was caused by lack of unified access to parameters in the control API. Adding new virtual parameters should be much easier now. git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4315 0c269be4-1314-0410-8aa9-9f06e86f4224
* jackdbus: remove the libxml backendnedko2011-04-171-1/+0
| | | | | | | | | It was be problematic in past (FFADO uses libxml as well). Most systems will have both libxml and expat. Maintaining two backends is waste of effort. If needed, the libxml backend can be resurrected. git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4314 0c269be4-1314-0410-8aa9-9f06e86f4224
* Fix jackdbus dependencies handlingnedko2009-12-281-7/+9
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3865 0c269be4-1314-0410-8aa9-9f06e86f4224
* Fix wscripts when --libdir is used.sletz2009-07-101-2/+4
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3593 0c269be4-1314-0410-8aa9-9f06e86f4224
* Move dbus device reservation code to jackdbusnedko2009-07-071-0/+1
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3579 0c269be4-1314-0410-8aa9-9f06e86f4224
* Fix dbus detection and svnversion.h [re]generationnedko2008-11-141-4/+11
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3077 0c269be4-1314-0410-8aa9-9f06e86f4224
* Import waf.diff patch sent Stephane Letznedko2008-11-141-49/+17
| | | | git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3075 0c269be4-1314-0410-8aa9-9f06e86f4224
* Merge Michael Voigt drops branch after reorganization step.sletz2008-09-051-0/+102
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2880 0c269be4-1314-0410-8aa9-9f06e86f4224