From 14726b036bd6d87a1aa601c6de34584ee8412788 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 24 Nov 2021 10:11:34 +0100 Subject: Check for lomiri-schemas package instead of individual files --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d50d065..38d3308 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -28,7 +28,7 @@ add_gdbus_codegen_with_namespace(SERVICE_GENERATED_SOURCES dbus-testing Dbus ${CMAKE_SOURCE_DIR}/data/org.ayatana.indicator.power.Testing.xml) -if (HAS_LOMIRI_ACCTSERVICE_SOUND) +if (LOMIRI_SCHEMAS_FOUND) add_gdbus_codegen_with_namespace(SERVICE_GENERATED_SOURCES dbus-accounts-sound com.lomiri.touch Dbus -- cgit v1.2.3