diff options
Diffstat (limited to 'kdesktop/ConfigureChecks.cmake')
-rw-r--r-- | kdesktop/ConfigureChecks.cmake | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kdesktop/ConfigureChecks.cmake b/kdesktop/ConfigureChecks.cmake new file mode 100644 index 000000000..bc53ec698 --- /dev/null +++ b/kdesktop/ConfigureChecks.cmake @@ -0,0 +1,14 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +if( WITH_PAM ) + set( TDESCREENSAVER_PAM_SERVICE "kde" CACHE INTERNAL "" ) +endif( ) |