Skip to content
  • Philip Withnall's avatar
    build: Move xdgmime to a meson subproject · 55353d23
    Philip Withnall authored and David Faure's avatar David Faure committed
    This means:
     - It’s always available, so the tests no longer have to be optional
     - It gets bundled in release tarballs so the above is always true
     - The `meson setup` and `meson build` commands will automatically
       update it if needed
     - It gets built using meson, rather than autotools, so the old
       GNU make build system in xdgmime can be dropped (see
       xdgmime#36
    
    )
     - The `xdgmime-path` meson option is no longer needed and has been
       dropped
    
    Signed-off-by: default avatarPhilip Withnall <pwithnall@gnome.org>
    55353d23