artemanufrij / playmymusic

An elementary OS app
http://anufrij.org/melody
97 stars 26 forks source link

add missing cmake modules. #99

Closed bilelmoussaoui closed 6 years ago

bilelmoussaoui commented 6 years ago

Makes the application not dependent on elementary-cmake. Which makes it easier to build on other distros that don't have that package by default.

I would have added a PR to merge to meson directly, but I'm pretty busy these days. This will just allow me to finish the flatpak package as soon as possible. I might do the migration to meson later if you're interested ;)

artemanufrij commented 6 years ago

hey @bilelmoussaoui thank you for your PR. What's your opinion - should "molody" moved to meson?

bilelmoussaoui commented 6 years ago

Yes. Meson is easier to use and a faster alternative to cmake and autotools. The syntax is pretty clear

artemanufrij commented 6 years ago

@bilelmoussaoui could you help me to move to meson? Then I would have an example for Cinema and Memories…

bilelmoussaoui commented 6 years ago

Will take a look as soon as possible.

artemanufrij commented 6 years ago

@bilelmoussaoui thank you very much!

bilelmoussaoui commented 6 years ago

Gonna close this one and open a new one with meson support instead.