mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-07 14:06:00 +01: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()
|
if git.found()
|
||||||
all_files = run_command(
|
all_files = run_command(
|
||||||
git,
|
git,
|
||||||
['--git-dir=@0@/.git'.format(meson.source_root()),
|
['--git-dir=@0@/.git'.format(meson.current_source_dir()),
|
||||||
'ls-files',
|
'ls-files',
|
||||||
':/*.[ch]'])
|
':/*.[ch]'])
|
||||||
all_files = files(all_files.stdout().split())
|
all_files = files(all_files.stdout().split())
|
||||||
|
|
Loading…
Reference in a new issue