Fix bad indentation
This commit is contained in:
parent
3d46d3f7a1
commit
90cdf43b5f
|
@ -9,9 +9,9 @@ if conf_data.get('WLR_HAS_XWAYLAND', 0) != 1
|
||||||
endif
|
endif
|
||||||
if conf_data.get('WLR_HAS_XDG_FOREIGN', 0) != 1
|
if conf_data.get('WLR_HAS_XDG_FOREIGN', 0) != 1
|
||||||
exclude_files += [
|
exclude_files += [
|
||||||
'types/wlr_xdg_foreign_v1.h',
|
'types/wlr_xdg_foreign_v1.h',
|
||||||
'types/wlr_xdg_foreign_v2.h',
|
'types/wlr_xdg_foreign_v2.h',
|
||||||
'types/wlr_xdg_foreign_registry.h',
|
'types/wlr_xdg_foreign_registry.h',
|
||||||
]
|
]
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue