From 627d6852c6511c5f9498d77df57010435f2cd518 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Fri, 18 Feb 2022 03:33:25 +0100 Subject: Make Lomiri features configurable at build time --- 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 a98f90e..df2fd5d 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 (LOMIRI_SCHEMAS_FOUND) +if (ENABLE_LOMIRI_FEATURES) add_gdbus_codegen_with_namespace(SERVICE_GENERATED_SOURCES dbus-accounts-sound com.lomiri.touch Dbus -- cgit v1.2.3