Move defines specific to kscreenlocker from config-ksmserver.h to new file config-kscreenlocker.h. And also adjust cmake bit REVIEW: 125892wilder-5.14
parent
1fa9f24c52
commit
c336055efd
12 changed files with 19 additions and 18 deletions
@ -1,12 +1,4 @@ |
|||||||
/* Define to 1 if you have the `_IceTransNoListen' function. */ |
/* Define to 1 if you have the `_IceTransNoListen' function. */ |
||||||
#cmakedefine HAVE__ICETRANSNOLISTEN 1 |
#cmakedefine HAVE__ICETRANSNOLISTEN 1 |
||||||
|
|
||||||
#ifndef KSMSERVER_UNIT_TEST |
|
||||||
#define KCHECKPASS_BIN "${CMAKE_INSTALL_FULL_LIBEXECDIR}/kcheckpass" |
|
||||||
#else |
|
||||||
#define KCHECKPASS_BIN "${CMAKE_CURRENT_BINARY_DIR}/screenlocker/greeter/autotests/fakekcheckpass" |
|
||||||
#endif |
|
||||||
|
|
||||||
#define KSCREENLOCKER_GREET_BIN "${CMAKE_INSTALL_FULL_LIBEXECDIR}/kscreenlocker_greet" |
|
||||||
|
|
||||||
#define KWIN_BIN "${KWIN_BIN}" |
#define KWIN_BIN "${KWIN_BIN}" |
||||||
|
|||||||
@ -0,0 +1,7 @@ |
|||||||
|
#ifndef KSCREENLOCKER_UNIT_TEST |
||||||
|
#define KCHECKPASS_BIN "${CMAKE_INSTALL_FULL_LIBEXECDIR}/kcheckpass" |
||||||
|
#else |
||||||
|
#define KCHECKPASS_BIN "${CMAKE_CURRENT_BINARY_DIR}/greeter/autotests/fakekcheckpass" |
||||||
|
#endif |
||||||
|
|
||||||
|
#define KSCREENLOCKER_GREET_BIN "${CMAKE_INSTALL_FULL_LIBEXECDIR}/kscreenlocker_greet" |
||||||
Loading…
Reference in new issue