mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-16 04:02:15 +00:00
Fix xcb include path
This commit is contained in:
parent
316e48f241
commit
84c8e187e9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user