Antergos / web-greeter

A modern, visually appealing greeter for LightDM.
http://antergos.github.io/web-greeter
GNU General Public License v3.0
233 stars 57 forks source link

Fix meson build with a build directory other than 'build' #161

Closed jon-turney closed 6 years ago

jon-turney commented 6 years ago

Building fails if the build directory is anything other than ./build relative to the source root directory, e.g.

$ meson _build [...] src/meson.build:24:0: ERROR: Program or command '/lightdm-webkit2-greeter/_build/utils.sh' not found or not executable

Construct the absolute path to utils.sh in the source using join_paths and meson.source_root()