diff options
author | Robert Tari <robert@tari.in> | 2021-11-01 00:48:00 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-01 08:13:51 +0100 |
commit | b956f93f37250cc31c40b95ded703dc01dc05dae (patch) | |
tree | 03524a2a5264f3f6fedd528821f2a9032916abe1 | |
parent | c3e75f360c3688af8a892ec3dd953956231547c2 (diff) | |
download | ayatana-indicator-power-b956f93f37250cc31c40b95ded703dc01dc05dae.tar.gz ayatana-indicator-power-b956f93f37250cc31c40b95ded703dc01dc05dae.tar.bz2 ayatana-indicator-power-b956f93f37250cc31c40b95ded703dc01dc05dae.zip |
com.ubuntu.touch.AccountsService.Sound to com.lomiri.touch.AccountsService.Sound
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/CMakeLists.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a22ab16..35ae281 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,7 +68,7 @@ pkg_check_modules(SERVICE_DEPS REQUIRED include_directories (SYSTEM ${SERVICE_DEPS_INCLUDE_DIRS}) -if(EXISTS "/usr/share/accountsservice/interfaces/com.ubuntu.touch.AccountsService.Sound.xml") +if(EXISTS "/usr/share/accountsservice/interfaces/com.lomiri.touch.AccountsService.Sound.xml") set (HAVE_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS ON) add_definitions ( -DHAS_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS ) else() diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 499efb4..7a460de 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -30,9 +30,9 @@ add_gdbus_codegen_with_namespace(SERVICE_GENERATED_SOURCES dbus-testing if (HAVE_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS) add_gdbus_codegen_with_namespace(SERVICE_GENERATED_SOURCES dbus-accounts-sound - com.ubuntu.touch + com.lomiri.touch Dbus - /usr/share/accountsservice/interfaces/com.ubuntu.touch.AccountsService.Sound.xml) + /usr/share/accountsservice/interfaces/com.lomiri.touch.AccountsService.Sound.xml) endif() # add the bin dir to our include path so the code can find the generated header files |