From 6337d742bbe1d0a97a7c5cf73d24ca1d1cc2adbf Mon Sep 17 00:00:00 2001 From: Karol Kosek Date: Thu, 21 Oct 2021 22:28:38 +0200 Subject: [PATCH] logout: Add this utility to REQUIRED_TARGETS The Shutdown Dialog needs it. Related: a36d13e36c707635b2b0b6727d542b92e609277a --- Userland/Utilities/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Utilities/CMakeLists.txt b/Userland/Utilities/CMakeLists.txt index c852826a6a..cb95bc5391 100644 --- a/Userland/Utilities/CMakeLists.txt +++ b/Userland/Utilities/CMakeLists.txt @@ -2,7 +2,7 @@ file(GLOB CMD_SOURCES CONFIGURE_DEPENDS "*.cpp") list(APPEND SPECIAL_TARGETS test install) list(APPEND REQUIRED_TARGETS arp base64 basename cat chmod chown clear comm cp cut date dd df diff dirname dmesg du echo env expr false fgrep - file find grep groups head host hostname id ifconfig kill killall ln ls mkdir mount mv nproc + file find grep groups head host hostname id ifconfig kill killall ln logout ls mkdir mount mv nproc pgrep pidof ping pmap ps readlink realpath reboot rm rmdir seq shutdown sleep sort stat stty su tail test touch tr true umount uname uniq uptime w wc which whoami xargs yes less )