GNOME Bugzilla – Bug 779946
flatpak: Simplify meson module
Last modified: 2017-03-20 10:03:30 UTC
I just discovered this by accident today and did a quick patch. It depends on bleeding-edge flatpak-builder, so I don't intend to land this anytime soon, just parking the patch here until we can assume support for the option sufficiently widespread.
Created attachment 347762 [details] [review] flatpak: Simplify meson module Flatpak-builder now supports a "simple" build system that just runs a series of specified commands, so we can use that instead of injecting a Makefile.
Attachment 347762 [details] pushed as c93454f - flatpak: Simplify meson module Turns out we already require flatpak 0.9.x for developing with flatpak, so let's go with this.