libmapper: React to DBus API change

Fix up the sdbus client bindings for the new interface
filter argument.

Change-Id: Iabbe7ecb88ea261409b406e6499c0f6e96d1c25b
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
1 file changed
tree: 54c32a57d11bad618fc76d064d0793bd32ba29c7
  1. libmapper/
  2. obmc/
  3. .gitignore
  4. bootstrap.sh
  5. configure.ac
  6. LICENSE
  7. Makefile.am
  8. phosphor-mapper
  9. README.md
  10. setup.py.in
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.