Hi Is it ok to commit to 4.2 branch? Just for reference, in case 4.2.5 was ever about to be released.
Patch by Alex Alexander (<alex.alexander_at_gmail_dot_com) -- regards MM
--- khotkeys/update/CMakeLists.txt.old 2009-06-02 23:06:15.604322396 +0300
+++ khotkeys/update/CMakeLists.txt 2009-06-02 23:06:05.516480905 +0300
@@ -12,6 +12,8 @@
kde4_add_executable( khotkeys_update ${khotkeys_update_SRCS})
+add_dependencies( khotkeys_update kded_khotkeys )
+
target_link_libraries( khotkeys_update khotkeysprivate kworkspace ${KDE4_KDE3SUPPORT_LIBS} )
if(X11_XTest_FOUND)
target_link_libraries( khotkeys_update ${X11_XTest_LIB} )
--- khotkeys/kcm_hotkeys/CMakeLists.txt.old 2009-06-02 23:05:32.685403364 +0300
+++ khotkeys/kcm_hotkeys/CMakeLists.txt 2009-06-02 23:05:15.410616052 +0300
@@ -50,6 +50,8 @@
${kcm_hotkeys_PART_SRCS}
)
+add_dependencies(kcm_hotkeys kded_khotkeys)
+
target_link_libraries(
kcm_hotkeys
khotkeysprivate
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
