add option to install system.conf like sysactions.conf

This commit is contained in:
Carsten Haitzler 2020-04-28 17:52:42 +01:00
parent 194f1c77b5
commit 5d0b5fe20f
2 changed files with 9 additions and 3 deletions

View File

@ -27,6 +27,8 @@ if get_option('install-enlightenment-menu')
)
endif
install_data('system.conf',
if get_option('install-system')
install_data('system.conf',
install_dir: join_paths(dir_sysconf, 'enlightenment')
)
endif

View File

@ -2,6 +2,10 @@ option('install-sysactions',
type: 'boolean',
value: true,
description: 'install /etc/enlightenment/sysactions.conf: (default=true)')
option('install-system',
type: 'boolean',
value: true,
description: 'install /etc/enlightenment/system.conf: (default=true)')
option('install-enlightenment-menu',
type: 'boolean',
value: true,