Skip to content
  • Robert Bragg's avatar
    configure: Adds --enable-wayland config option · 6585a576
    Robert Bragg authored and Jasper St. Pierre's avatar Jasper St. Pierre committed
    This adds a --enable-wayland configure option to enable building mutter
    as a hybrid X and Wayland compositor. By default the option is disabled.
    If enabled then HAVE_WAYLAND is defined for C code and as an automake
    conditional.
    
    This copies the xserver.xml wayland protocol into a protocol/ directory
    since wayland support will depend on this protocol for communicating
    with an xwayland X server. Copying the spec like this is consistent with
    Weston so we don't need a configure option to locate an external spec.
    6585a576