Meson: include frags in globber
This commit is contained in:
parent
b1ab0f7539
commit
90306bdae6
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ endif
|
||||||
run_command('sh', '-c', 'scripts/generateVersion.sh', check: true)
|
run_command('sh', '-c', 'scripts/generateVersion.sh', check: true)
|
||||||
|
|
||||||
# Install headers
|
# Install headers
|
||||||
globber = run_command('find', 'src', '-name', '*.h*', check: true)
|
globber = run_command('find', 'src', '-name', '*.h*', '-o', '-name', '*.frag', check: true)
|
||||||
headers = globber.stdout().strip().split('\n')
|
headers = globber.stdout().strip().split('\n')
|
||||||
foreach file : headers
|
foreach file : headers
|
||||||
install_headers(file, subdir: 'hyprland', preserve_path: true)
|
install_headers(file, subdir: 'hyprland', preserve_path: true)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue