X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=blobdiff_plain;f=hwdb%2Fmeson.build;h=a5175039cd97173abca6109bdc80e995e9032487;hp=ee206fd509e27c3c5fd10df0ca9a0e7921858745;hb=349cc4a507c4d84fcadf61f42159ea6412717896;hpb=fd68e0f58cf213c6e81ed685bac15f302affa73e diff --git a/hwdb/meson.build b/hwdb/meson.build index ee206fd509e..a5175039cd9 100644 --- a/hwdb/meson.build +++ b/hwdb/meson.build @@ -18,7 +18,7 @@ hwdb_files = files(''' 70-touchpad.hwdb '''.split()) -if conf.get('ENABLE_HWDB', false) +if conf.get('ENABLE_HWDB') == 1 install_data(hwdb_files, install_dir : udevhwdbdir)