4ad4b20a79
Switch from using tabs to 4 spaces for meson.build indentation. Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
9 lines
246 B
Meson
9 lines
246 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2018 Ericsson AB
|
|
|
|
deps += ['bus_vdev']
|
|
if cc.has_argument('-Wno-format-nonliteral')
|
|
cflags += '-Wno-format-nonliteral'
|
|
endif
|
|
sources = files('dsw_evdev.c', 'dsw_event.c', 'dsw_xstats.c')
|