Skip to content
  • Guido Günther's avatar
    build: Use shared wlroots · 221f5721
    Guido Günther authored
    This is needed for gir generation and comes at the slight expense
    that using embed wlroots with statical linking now requres:
    
        meson -Dembed_wlroots=true --default-library=static _build
    
    but we're mostly using shared wlroots nowadays anyway (see
    7800da06) so this is only for
    developer builds which is likely o.k.
    221f5721