ssssam / calliope

Playlist toolkit - MOVED, now at https://gitlab.com/samthursfield/calliope/
https://gitlab.com/samthursfield/calliope/
GNU General Public License v2.0
2 stars 0 forks source link

meson: Use 'feature' type for enable/disable features #70

Closed ssssam closed 5 years ago

ssssam commented 5 years ago

This is nice because users can now disable everything and opt-in to just the features they want, by doing something this:

    meson -Dauto_features=disabled -Dmusicbrainz=enabled

Fixes https://github.com/ssssam/calliope/issues/68