fix(cmake): Add missing xcb prototype

This commit is contained in:
Michael Carlberg 2017-01-26 21:15:21 +01:00
parent 00d6fc9646
commit 087ea4e087

View File

@ -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()