-
- Downloads
Remove duplicated D-Bus interface files
Now that D-Bus interface files are installed by the Ring daemon, there is no need to duplicate them in this repository. This patch introduces a new cmake flag: -DRING_XML_INTERFACES_DIR, which can be used to specify the directory containing the D-Bus interface files. If the flag is not specified, we look for the following directories, in order: - ${RING_BUILD_DIR}/../bin/dbus This should work in most cases, where we are building against the project directory. - ${CMAKE_INSTALL_PREFIX}/share/dbus-1/interfaces This is where D-Bus interface files should be installed, as per the freedesktop website[1]. 1. https://dbus.freedesktop.org/doc/dbus-api-design.html#interface-files Change-Id: I8e8476c1276a1dbb0af2197a2d2d8efff2724f4e Tuleap: #688
Showing
- CMakeLists.txt 12 additions, 6 deletionsCMakeLists.txt
- INSTALL 1 addition, 0 deletionsINSTALL
- xml/callmanager-introspec.xml 0 additions, 831 deletionsxml/callmanager-introspec.xml
- xml/configurationmanager-introspec.xml 0 additions, 1060 deletionsxml/configurationmanager-introspec.xml
- xml/instance-introspec.xml 0 additions, 36 deletionsxml/instance-introspec.xml
- xml/presencemanager-introspec.xml 0 additions, 183 deletionsxml/presencemanager-introspec.xml
- xml/videomanager-introspec.xml 0 additions, 118 deletionsxml/videomanager-introspec.xml
xml/callmanager-introspec.xml
deleted
100644 → 0
This diff is collapsed.
This diff is collapsed.
xml/instance-introspec.xml
deleted
100644 → 0
xml/presencemanager-introspec.xml
deleted
100644 → 0
xml/videomanager-introspec.xml
deleted
100644 → 0
Please register or sign in to comment