]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/vconsole/meson.build
build-sys: use #if Y instead of #ifdef Y everywhere
[thirdparty/systemd.git] / src / vconsole / meson.build
1 if conf.get('ENABLE_VCONSOLE') == 1
2 vconsole_rules = configure_file(
3 input : '90-vconsole.rules.in',
4 output : '90-vconsole.rules',
5 configuration : substs)
6 install_data(vconsole_rules,
7 install_dir : udevrulesdir)
8 endif