diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1fc630f..3370b06 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,12 +81,7 @@ if(URLDISPATCHER_FOUND) endif() pkg_check_modules(LOMIRI_SOUNDS lomiri-sounds) - -if(EXISTS "/usr/share/accountsservice/interfaces/com.lomiri.touch.AccountsService.Sound.xml") - set (HAS_LOMIRI_ACCTSERVICE_SOUND ON) -else() - set (HAS_LOMIRI_ACCTSERVICE_SOUND OFF) -endif() +pkg_check_modules(LOMIRI_SCHEMAS lomiri-schemas) ## ## custom targets |