mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
build: remove "." from include dirs
This commit is contained in:
parent
ca0b19fc9c
commit
d48ffac56b
@ -137,7 +137,7 @@ foreach name, have : internal_features
|
||||
)
|
||||
endforeach
|
||||
|
||||
wlr_inc = include_directories('.', 'include')
|
||||
wlr_inc = include_directories('include')
|
||||
proto_inc = include_directories('protocol')
|
||||
|
||||
symbols_file = 'wlroots.syms'
|
||||
|
Loading…
Reference in New Issue
Block a user