fix(cmake): Add missing xcb prototype
This commit is contained in:
parent
00d6fc9646
commit
087ea4e087
@ -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 New Issue
Block a user