KDE/kdepim/akonadi
Volker Krause
vkrause at kde.org
Wed Aug 13 08:54:08 CEST 2008
On Tuesday 12 August 2008 18:11:20 Jaroslaw Staniek wrote:
> 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
I think this will break if kdepimlibs is installed into a different prefix. We
probably need a KDE4_DATA_DIR equivalent for kdepimlibs so really solve this.
regards
Volker
> 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 )
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://mail.kde.org/pipermail/kde-buildsystem/attachments/20080813/4a558d64/attachment.pgp
More information about the Kde-buildsystem
mailing list