mirror of
https://github.com/polybar/polybar.git
synced 2026-02-05 20:25:54 +00:00
fix(cmake): Add missing xcb prototype
This commit is contained in:
@ -9,6 +9,8 @@ list(APPEND dirs ${CMAKE_CURRENT_LIST_DIR}/concurrentqueue/include)
|
||||
# }}}
|
||||
# Library: xpp {{{
|
||||
|
||||
set(XCB_PROTOS xproto)
|
||||
|
||||
if(WITH_XRANDR)
|
||||
list(APPEND XCB_PROTOS randr)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user