add option to install system.conf like sysactions.conf

enlightenment-0.24
Carsten Haitzler 4 years ago
parent 194f1c77b5
commit 5d0b5fe20f
  1. 8
      data/etc/meson.build
  2. 4
      meson_options.txt

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

@ -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,

Loading…
Cancel
Save