mirror of
https://github.com/swaywm/sway.git
synced 2024-11-13 22:14:08 +01:00
Merge pull request #1830 from bpinto/swaylock/install-pam-module
[swaylock] Install pam module
This commit is contained in:
commit
8e32c4a1fb
@ -1,3 +1,5 @@
|
|||||||
|
sysconfdir = get_option('sysconfdir')
|
||||||
|
|
||||||
executable(
|
executable(
|
||||||
'swaylock', [
|
'swaylock', [
|
||||||
'main.c',
|
'main.c',
|
||||||
@ -21,3 +23,8 @@ executable(
|
|||||||
link_with: [lib_sway_common, lib_sway_client],
|
link_with: [lib_sway_common, lib_sway_client],
|
||||||
install: true
|
install: true
|
||||||
)
|
)
|
||||||
|
|
||||||
|
install_data(
|
||||||
|
'pam/swaylock',
|
||||||
|
install_dir: sysconfdir + '/pam.d/'
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user