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 Meson's 'python' module where possible #47

Closed ssssam closed 5 years ago

ssssam commented 5 years ago

This module is still not capable of finding Python dependencies, but it does allow finding the actual Python installation and installing source code correctly.

I set 'pure: false' in all cases as I found that otherwise, files were split between 'lib' and 'lib64'. I didn't understand why and it caused the program to break.