diff options
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 60acd9d..82eabd5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,11 +65,6 @@ include_directories(${SOUNDSERVICE_INCLUDE_DIRS}) pkg_check_modules(LOMIRI_API liblomiri-api>=0.1.1) pkg_check_modules(LOMIRI_SCHEMAS lomiri-schemas) -# FIXME: Drop this block once lomiri-schemas has all the schemas: https://gitlab.com/ubports/core/lomiri-schemas/-/merge_requests/1 -if(LOMIRI_SCHEMAS_FOUND AND NOT EXISTS "/usr/share/accountsservice/interfaces/com.lomiri.AccountsService.Sound.xml") - set(LOMIRI_SCHEMAS_FOUND FALSE) -endif() - include_directories(${TEST_INCLUDE_DIRS}) find_package(Vala 0.20) |