Install udev rules

Change-Id: Id8bb6b0fa005e1e9ba09411f59aa1ac8b2f6f1c6
Signed-off-by: Jakob Haufe <sur5r@sur5r.net>
Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/264
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: Nico Huber <nico.h@gmx.de>
diff --git a/meson_options.txt b/meson_options.txt
index 53dd9b5..cd0dde0 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,6 +4,7 @@
 option('default_programmer_args', type : 'string', description : 'default programmer arguments')
 option('ich_descriptors_tool', type : 'feature', value : 'auto', description : 'Build ich_descriptors_tool')
 option('use_internal_dmi', type : 'boolean', value : 'true')
+option('install_udev_rules', type : 'boolean', value : 'false', description : 'Install udev rules')
 option('programmer', type : 'array', value : ['auto'], choices : [
         'auto', 'all',
         'group_internal', 'group_external',