mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
build: remove "." from include dirs
This commit is contained in:
parent
ca0b19fc9c
commit
d48ffac56b
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ foreach name, have : internal_features
|
||||||
)
|
)
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
wlr_inc = include_directories('.', 'include')
|
wlr_inc = include_directories('include')
|
||||||
proto_inc = include_directories('protocol')
|
proto_inc = include_directories('protocol')
|
||||||
|
|
||||||
symbols_file = 'wlroots.syms'
|
symbols_file = 'wlroots.syms'
|
||||||
|
|
Loading…
Reference in a new issue