mirror of
https://github.com/polybar/polybar.git
synced 2024-11-18 13:55:11 -05:00
fix(cmake): Add missing xcb prototype
This commit is contained in:
parent
00d6fc9646
commit
087ea4e087
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue