aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-05-31 15:43:13 -0400
committerDrew DeVault <sir@cmpwn.com>2017-05-31 15:43:13 -0400
commit579909a36857575ee23a39abc82d4e3b34096385 (patch)
treefe247909bc96d4ac2411bd297745c4aa1280eb07 /backend
parentfee409bd0af6f2e77116e7d8eddf99dd5225b1dc (diff)
Promote types to a standalone subproject
Diffstat (limited to 'backend')
-rw-r--r--backend/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/CMakeLists.txt b/backend/CMakeLists.txt
index fc1793cf..ef612639 100644
--- a/backend/CMakeLists.txt
+++ b/backend/CMakeLists.txt
@@ -18,7 +18,7 @@ add_library(wlr-backend
target_link_libraries(wlr-backend
wlr-common
- wlr-wayland
+ wlr-types
${WAYLAND_LIBRARIES}
${DRM_LIBRARIES}
${GBM_LIBRARIES}