[PATCH] kernel-shark: Modify FreeSans warning msg for GUI

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Make the warning point out that the FreeSans font is required for the
kernelshark GUI. This is to alert the user that the GUI will not be made
when cmake does not detect FreeSans.

Signed-off-by: Solomon Tan <wjsota@xxxxxxxxx>
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9dd160e..390c7f5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -69,7 +69,7 @@ if (TT_FONT_FILE)
 
 else (TT_FONT_FILE)
 
-  message(WARNING "\nCould not find font ${KS_FONT}!\n")
+  message(WARNING "\nCould not find font ${KS_FONT}! Kernelshark GUI requires font ${KS_FONT}!\n")
 
 endif (TT_FONT_FILE)
 
-- 
2.36.0




[Index of Archives]     [Linux USB Development]     [Linux USB Development]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux