diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-05-07 03:40:58 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-07 03:40:58 +0200 |
commit | 48ddee7ba87576895aacce72422f469236395542 (patch) | |
tree | 6af611d0c1bd74e50c224c471426960fcec76c03 /tdm/kfrontend | |
parent | 9d54ae0596f9c1ab5b6b680e2fbcf3f07047da5e (diff) | |
download | tdebase-48ddee7ba87576895aacce72422f469236395542.tar.gz tdebase-48ddee7ba87576895aacce72422f469236395542.zip |
Update CMake rules to change tdehw library to standalone.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tdm/kfrontend')
-rw-r--r-- | tdm/kfrontend/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdm/kfrontend/CMakeLists.txt b/tdm/kfrontend/CMakeLists.txt index fa95542df..05472b551 100644 --- a/tdm/kfrontend/CMakeLists.txt +++ b/tdm/kfrontend/CMakeLists.txt @@ -71,7 +71,7 @@ tde_add_executable( tdm_greet AUTOMOC kfdialog.cpp kgdialog.cpp kchooser.cpp kgverify.cpp tdmshutdown.cpp tdmadmindialog.cpp kgreeter.cpp kgapp.cpp sakdlg.cpp - LINK tdmthemer-static tdeui-shared tdeio-shared dmctl-static Xtst ${TDMGREET_OPTIONAL_LINK} + LINK tdmthemer-static tdeui-shared tdeio-shared dmctl-static Xtst ${TDEHW_LIBRARIES} ${TDMGREET_OPTIONAL_LINK} DESTINATION ${BIN_INSTALL_DIR} ) |