security.d: remove directory

Remove the entries from meson.build as well.
This commit is contained in:
Érico Rolim 2020-05-14 02:28:22 -03:00 committed by Simon Ser
parent 0f11aa037a
commit aa48b926be
3 changed files with 0 additions and 85 deletions

View file

@ -209,22 +209,6 @@ configure_file(
install_dir: join_paths(sysconfdir, 'sway')
)
if is_freebsd
configure_file(
configuration: config,
input: 'security.d/10-freebsd.in',
output: '@BASENAME@',
install_dir: join_paths(sysconfdir, 'sway', 'security.d')
)
else
configure_file(
configuration: config,
input: 'security.d/00-defaults.in',
output: '@BASENAME@',
install_dir: join_paths(sysconfdir, 'sway', 'security.d')
)
endif
install_data(
'sway.desktop',
install_dir: join_paths(datadir, 'wayland-sessions')