From ae50f9044c206f7d705edfd73cf3232acea2c178 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sun, 23 Jan 2022 13:59:31 +0200 Subject: [PATCH] generic: add fortune feature information Signed-off-by: Ivailo Monev --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e395ad42..aa832d74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -287,6 +287,11 @@ add_feature_info(mtools "KIO floppy support" ) +find_program(FORTUNE_EXECUTABLE fortune) +add_feature_info(fortune + FORTUNE_EXECUTABLE + "Fortune messages support in screensaver" +) check_include_files(sys/wait.h HAVE_SYS_WAIT_H) check_include_files(sys/time.h HAVE_SYS_TIME_H) -- 2.11.0