From 84c8e187e99eeccddba984833ecae6bf48960179 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Mon, 26 Feb 2024 08:19:36 -0500 Subject: [PATCH] Fix xcb include path --- cmake/ConkyPlatformChecks.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/ConkyPlatformChecks.cmake b/cmake/ConkyPlatformChecks.cmake index 633b6928..28f08e56 100644 --- a/cmake/ConkyPlatformChecks.cmake +++ b/cmake/ConkyPlatformChecks.cmake @@ -431,6 +431,7 @@ if(BUILD_X11) if(X11_xcb_FOUND) set(HAVE_XCB true) set(conky_libs ${conky_libs} ${X11_xcb_LIB}) + set(conky_includes ${conky_includes} ${X11_xcb_INCLUDE_PATH}) if(X11_xcb_errors_FOUND) set(HAVE_XCB_ERRORS true)