diff options
Diffstat (limited to 'kde-base/kdepasswd/files/kdepasswd-4.0.2-linkage.patch')
-rw-r--r-- | kde-base/kdepasswd/files/kdepasswd-4.0.2-linkage.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/kde-base/kdepasswd/files/kdepasswd-4.0.2-linkage.patch b/kde-base/kdepasswd/files/kdepasswd-4.0.2-linkage.patch new file mode 100644 index 000000000000..1156e1aeac90 --- /dev/null +++ b/kde-base/kdepasswd/files/kdepasswd-4.0.2-linkage.patch @@ -0,0 +1,13 @@ +diff --git a/kdebase/apps/kdepasswd/kcm/CMakeLists.txt b/kdebase/apps/kdepasswd/kcm/CMakeLists.txt +index e34b684..a1fdcd1 100644 +--- a/kdebase/apps/kdepasswd/kcm/CMakeLists.txt ++++ b/kdebase/apps/kdepasswd/kcm/CMakeLists.txt +@@ -13,7 +13,7 @@ kde4_add_kcfg_files(kcm_useraccount_PART_SRCS settings.kcfgc) + + kde4_add_plugin(kcm_useraccount ${kcm_useraccount_PART_SRCS}) + +-target_link_libraries(kcm_useraccount konq ${KDE4_KDESU_LIBS}) ++target_link_libraries(kcm_useraccount konq ${KDE4_KPARTS_LIBS} ${KDE4_KDESU_LIBS}) + + install(TARGETS kcm_useraccount DESTINATION ${PLUGIN_INSTALL_DIR}) + install(FILES kcm_useraccount.desktop DESTINATION ${SERVICES_INSTALL_DIR}) |