From 1b596a114d2956701b99bee002aff9cbdf491504 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 21 Aug 2014 10:12:07 -0400 Subject: [PATCH] configure: Add x11-xcb to required packages We need to link against this library now because we're using XGetXCBConnection. Whoops. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 268cef8b7..d106a9121 100644 --- a/configure.ac +++ b/configure.ac @@ -87,6 +87,7 @@ MUTTER_PC_MODULES=" xkbfile xkeyboard-config xkbcommon-x11 + x11-xcb xcb-randr "