Skip to content
Snippets Groups Projects
  1. Dec 28, 2021
  2. Jul 24, 2018
  3. Oct 23, 2017
  4. Jun 03, 2016
    • aviau's avatar
      Remove duplicated D-Bus interface files · a63b165b
      aviau authored
      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
      Unverified
      a63b165b
  5. Sep 14, 2015
  6. Jun 10, 2015
  7. Jun 05, 2015
  8. Jan 19, 2015
    • Alexandre Lision's avatar
      Remove dbus from qtwrapper · c8a9ab09
      Alexandre Lision authored
      When compiling for OSX (or any system other than Linux) we won't use dbus.
      This commit removes the need to include QtDBus module.
      c8a9ab09
  9. Jan 15, 2015
Loading