mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Merge pull request #718 from emersion/wlroots-subproject
meson: use current_source_dir instead of source_root
This commit is contained in:
commit
90409b9692
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ git = find_program('git', required: false)
|
|||
if git.found()
|
||||
all_files = run_command(
|
||||
git,
|
||||
['--git-dir=@0@/.git'.format(meson.source_root()),
|
||||
['--git-dir=@0@/.git'.format(meson.current_source_dir()),
|
||||
'ls-files',
|
||||
':/*.[ch]'])
|
||||
all_files = files(all_files.stdout().split())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue