meson: use .source_root() in more places
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 10 Aug 2018 14:50:07 +0000 (16:50 +0200)
committerLukáš Nykrýn <lnykryn@redhat.com>
Fri, 3 May 2019 10:50:30 +0000 (12:50 +0200)
commit2eca34cfa911fa7c1aafef5d60b7a2e752ae5b3b
tree41c0520c3ff0c68bd6f23fff92d099b7605c91f3
parentfff862ce6f33acb6ce8dc422e0f53ec681ebed6d
meson: use .source_root() in more places

In the main meson.build file, .source_root() and .current_source_dir() are
equivalent, but it seems more appropriate to use .source_root() when we are appending
a path which is by design relative to repo root.

(cherry picked from commit 243e5cecc3a211519544ccba01c44edc827ac517)

Resolves: #1696224
meson.build