diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-20 15:33:44 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-20 15:33:44 +0100 |
commit | bc16de10e7757fc78e0d70fe3c46a9bab67e7873 (patch) | |
tree | c03681583d0a4764aa28a23fe5b4b3fd310bb36b /src/CMakeLists.txt | |
parent | b12fb0e3278c13ea79a4e4354a492f9cfb80ae4f (diff) | |
parent | e6f52e9177b1a103961105d9383314b00011a123 (diff) | |
download | ayatana-indicator-power-bc16de10e7757fc78e0d70fe3c46a9bab67e7873.tar.gz ayatana-indicator-power-bc16de10e7757fc78e0d70fe3c46a9bab67e7873.tar.bz2 ayatana-indicator-power-bc16de10e7757fc78e0d70fe3c46a9bab67e7873.zip |
Merge branch 'tari01-pr/add-lomiri-features-flag'
Attributes GH PR #57: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/57
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |