From e974127f9910f64cbb0bae5c0f35bc7fdc3c0618 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 24 Nov 2021 10:23:01 +0100 Subject: CMakeLists.txt: Drop unneeded com.lomiri.AccountsService.Sound.xml check --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3