summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2011-06-08 16:58:12 +1000
committerRobert Ancell <robert.ancell@canonical.com>2011-06-08 16:58:12 +1000
commit903152ff270f6558972aefe7c1dbdcb2c7e22841 (patch)
tree0aa06ab3dd9516d2e6ce9c81f8ae619441313d05 /configure.ac
parent58a4feb9df32d08772bc68ebe22bf28344425303 (diff)
downloadlightdm-903152ff270f6558972aefe7c1dbdcb2c7e22841.tar.gz
Make the test greeter connect to the X server
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c2bb5b5c..5fc9e2da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,6 +34,10 @@ PKG_CHECK_MODULES(LIGHTDM, [
PKG_CHECK_MODULES(GLIB, [
glib-2.0
+])
+
+PKG_CHECK_MODULES(XCB, [
+ xcb
])
AC_ARG_ENABLE(liblightdm-gobject,