irqbalance/contrib/meson_options.txt
Rosen Penev 378d4707c2 add meson
Simpler build system. Placing in contrib for now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-06-15 14:01:48 -07:00

12 lines
245 B
Meson

option('capng', type : 'feature',
description : 'Build with libcap-ng support',
)
option('systemd', type : 'feature',
description : 'Build with systemd support',
)
option('ui', type : 'feature',
description : 'Build the UI component',
)