KDE/kdepim/akonadi

Jaroslaw Staniek js at iidea.pl
Tue Aug 12 18:11:20 CEST 2008


SVN commit 845918 by staniek:

replaced DATA_INSTALL_DIR with KDE4_DATA_DIR in macro kcfg_generate_dbus_interface; 
DATA_INSTALL_DIR is apparently empty in this context on Windows

CCMAIL:kde-buildsystem at kde.org
CCMAIL:kde-windows at kde.org


 M  +2 -2      CMakeLists.txt  


--- trunk/KDE/kdepim/akonadi/CMakeLists.txt #845917:845918
@@ -14,10 +14,10 @@
     add_custom_command(
       OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${_name}.xml
       COMMAND ${XSLTPROC_EXECUTABLE} --stringparam interfaceName ${_name}
-              ${DATA_INSTALL_DIR}/akonadi-kde/kcfg2dbus.xsl
+              ${KDE4_DATA_DIR}/akonadi-kde/kcfg2dbus.xsl
               ${_kcfg}
               > ${CMAKE_CURRENT_BINARY_DIR}/${_name}.xml
-      DEPENDS ${DATA_INSTALL_DIR}/akonadi-kde/kcfg2dbus.xsl
+      DEPENDS ${KDE4_DATA_DIR}/akonadi-kde/kcfg2dbus.xsl
               ${_kcfg}
     )
   endmacro( kcfg_generate_dbus_interface )


More information about the Kde-buildsystem mailing list