From 84bde36cc05b16f28d9436149b29371e1c769ffb Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Mon, 8 Aug 2022 14:03:58 +0200 Subject: [PATCH] Make EGL a REQUIRED dependency Target kwin links against EGL::EGL unconditionally. Signed-off-by: Victoria Fischer --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5dcfcd8456..4f921615de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -160,7 +160,7 @@ add_feature_info("Breeze-Decoration" HAVE_BREEZE_DECO "Default decoration plugin find_package(EGL) set_package_properties(EGL PROPERTIES - TYPE RUNTIME + TYPE REQUIRED PURPOSE "Required to build KWin with EGL support" )