mirror of
https://github.com/swaywm/sway.git
synced 2025-04-06 12:27:44 +03:00
security.d: remove directory
Remove the entries from meson.build as well.
This commit is contained in:
parent
0f11aa037a
commit
aa48b926be
3 changed files with 0 additions and 85 deletions
16
meson.build
16
meson.build
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue