mirror of
https://github.com/polybar/polybar.git
synced 2024-11-25 13:55:47 -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 {{{
|
# Library: xpp {{{
|
||||||
|
|
||||||
|
set(XCB_PROTOS xproto)
|
||||||
|
|
||||||
if(WITH_XRANDR)
|
if(WITH_XRANDR)
|
||||||
list(APPEND XCB_PROTOS randr)
|
list(APPEND XCB_PROTOS randr)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue