Skip to content

Commit

Permalink
Fix xcb include path
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Feb 26, 2024
1 parent 316e48f commit 84c8e18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/ConkyPlatformChecks.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 84c8e18

Please sign in to comment.