From 087ea4e087ac272bf7a2edcf425ac0c14f1646d5 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Thu, 26 Jan 2017 21:15:21 +0100 Subject: [PATCH] fix(cmake): Add missing xcb prototype --- lib/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index b1d9429a..1db6c73f 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -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()