TheWiseNoob / OMP

OMP is an open-source music player being developed for Linux. OMP is programmed in C++ using gtkmm, GStreamer, TagLib, clastfm, and g++.
https://openmusicplayer.com
Other
100 stars 3 forks source link

Use meson build system #27

Closed mulimoen closed 6 years ago

mulimoen commented 6 years ago

I wanted to try the meson build system, and this is the result. It should be a bit easier using and adapting meson.build as opposed to the Makefile.

Some other minor changes:

TheWiseNoob commented 6 years ago

Thanks for the help! I've never heard of the meson build system, but it does look simpler. I'm going to look into this today.

TheWiseNoob commented 6 years ago

I will not be using your meson change, but it does seem nice. I may decide to move to it in the future and I will keep it in mind. I really appreciate your effort in providing this. I will be merging your other changes. Thank you for the help!