mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04: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…
Add table
Add a link
Reference in a new issue