]> git.pld-linux.org Git - packages/clementine.git/blob - clementine-udisks-headers.patch
update files
[packages/clementine.git] / clementine-udisks-headers.patch
1 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
2 index 1104542..65d765c 100644
3 --- a/src/CMakeLists.txt
4 +++ b/src/CMakeLists.txt
5 @@ -887,7 +887,6 @@ if(HAVE_DBUS)
6    # Hack to get it to generate interfaces without namespaces - required
7    # because otherwise org::freedesktop::UDisks and
8    # org::freedesktop::UDisks::Device conflict.
9 -  list(APPEND QT_DBUSXML2CPP_EXECUTABLE -N)
10  
11    # MPRIS DBUS interfaces
12    qt4_add_dbus_adaptor(SOURCES
13 @@ -954,6 +953,8 @@ if(HAVE_DBUS)
14    list(APPEND HEADERS ${CMAKE_CURRENT_BINARY_DIR}/dbus/avahientrygroup.h)
15    list(APPEND SOURCES ${CMAKE_CURRENT_BINARY_DIR}/dbus/avahientrygroup.cpp)
16  
17 +  set_source_files_properties( dbus/org.freedesktop.UDisks.xml dbus/org.freedesktop.UDisks.Device.xml PROPERTIES NO_NAMESPACE TRUE)
18 +
19    # DeviceKit DBUS interfaces
20    if(HAVE_DEVICEKIT)
21      qt4_add_dbus_interface(SOURCES
This page took 0.054656 seconds and 3 git commands to generate.