Skip to content

Add meson build system

Dan Yeaw requested to merge danyeaw/adwaita-icon-theme:meson-build into master

This PR adds a meson.build. Although it may now be possible to completely replace Autotools, I'm assuming we want to keep both for now and make meson an alternative until it is more fully tested by everyone.

Based on @jimmac Meson branch and info in the issue, I focused on supporting installation of the following:

  1. Adwaita/symbolic/actions
  2. Adwaita/cursors
  3. Licenses
  4. pkgconfig file

This build backend doesn't try to replicate all the png generation because I understand that is going away in the future. It also removes the L and XL cursor options for Windows, since it doesn't look like Adwaita-Large / XL folders exist.

Edited by Dan Yeaw

Merge request reports