~robert-ancell/lightdm/weston-compositor-merge

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Robert Ancell
  • Date: 2012-07-05 04:55:42 UTC
  • Revision ID: robert.ancell@canonical.com-20120705045542-dd1dopowti68gtwm
First work on supporting a weston system compositor

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    gio-unix-2.0
30
30
    xdmcp
31
31
    xcb
 
32
    wayland-client
32
33
])
33
34
 
34
35
PKG_CHECK_MODULES(GLIB, [
49
50
 
50
51
PKG_CHECK_MODULES(XCB, [
51
52
    xcb
52
 
])    
 
53
])
53
54
 
54
55
AC_ARG_ENABLE(liblightdm-gobject,
55
56
        AS_HELP_STRING([--enable-liblightdm-gobject],[Enable LightDM client gobject libraries [[default=auto]]]),