You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
466 B
12 lines
466 B
/* Define to 1 if you have the `_IceTransNoListen' function. */ |
|
#cmakedefine HAVE__ICETRANSNOLISTEN 1 |
|
|
|
#cmakedefine COMPILE_SCREEN_LOCKER 1 |
|
|
|
#ifndef KSMSERVER_UNIT_TEST |
|
#define KCHECKPASS_BIN "${CMAKE_INSTALL_PREFIX}/${LIBEXEC_INSTALL_DIR}/kcheckpass" |
|
#else |
|
#define KCHECKPASS_BIN "${CMAKE_CURRENT_BINARY_DIR}/screenlocker/greeter/autotests/fakekcheckpass" |
|
#endif |
|
|
|
#define KSCREENLOCKER_GREET_BIN "${CMAKE_INSTALL_PREFIX}/${LIBEXEC_INSTALL_DIR}/kscreenlocker_greet"
|
|
|