mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
build: remove Clang workarounds
We have these disabled for all compilers anyways.
This commit is contained in:
parent
4f80fab337
commit
248b8e647a
1 changed files with 0 additions and 7 deletions
|
|
@ -89,13 +89,6 @@ conf_data.set10('WLR_HAS_XCB_ERRORS', false)
|
|||
conf_data.set10('WLR_HAS_XCB_ICCCM', false)
|
||||
conf_data.set10('WLR_HAS_XDG_FOREIGN', false)
|
||||
|
||||
# Clang complains about some zeroed initializer lists (= {0}), even though they
|
||||
# are valid
|
||||
if cc.get_id() == 'clang'
|
||||
add_project_arguments('-Wno-missing-field-initializers', language: 'c')
|
||||
add_project_arguments('-Wno-missing-braces', language: 'c')
|
||||
endif
|
||||
|
||||
wayland_server = dependency('wayland-server', version: '>=1.18')
|
||||
wayland_client = dependency('wayland-client')
|
||||
wayland_protos = dependency('wayland-protocols', version: '>=1.17')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue