forked from quickshell/quickshell
service/pam: add pam service
This commit is contained in:
parent
f655875547
commit
7e5d128a91
11 changed files with 740 additions and 0 deletions
17
src/services/pam/CMakeLists.txt
Normal file
17
src/services/pam/CMakeLists.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
#find_package(PAM REQUIRED)
|
||||
|
||||
qt_add_library(quickshell-service-pam STATIC
|
||||
qml.cpp
|
||||
conversation.cpp
|
||||
)
|
||||
qt_add_qml_module(quickshell-service-pam
|
||||
URI Quickshell.Services.Pam
|
||||
VERSION 0.1
|
||||
)
|
||||
|
||||
target_link_libraries(quickshell-service-pam PRIVATE ${QT_DEPS} pam ${PAM_LIBRARIES})
|
||||
|
||||
qs_pch(quickshell-service-pam)
|
||||
qs_pch(quickshell-service-pamplugin)
|
||||
|
||||
target_link_libraries(quickshell PRIVATE quickshell-service-pamplugin)
|
Loading…
Add table
Add a link
Reference in a new issue