aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-10-28 17:50:08 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-01 08:20:06 +0100
commit2626734c7e1f8060dd8b55dc25480d47758e369d (patch)
tree9cc353820f1fce07208424d71883d7d7019ea9a7 /tests
parentf814857699e7903c59a856aaafa4fedecceb8bc5 (diff)
downloadayatana-indicator-display-2626734c7e1f8060dd8b55dc25480d47758e369d.tar.gz
ayatana-indicator-display-2626734c7e1f8060dd8b55dc25480d47758e369d.tar.bz2
ayatana-indicator-display-2626734c7e1f8060dd8b55dc25480d47758e369d.zip
Rename com.ubuntu.touch.system to com.lomiri.touch.system
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/CMakeLists.txt b/tests/unit/CMakeLists.txt
index 01592f3..5656bed 100644
--- a/tests/unit/CMakeLists.txt
+++ b/tests/unit/CMakeLists.txt
@@ -12,8 +12,8 @@ set_source_files_properties (gschemas.compiled GENERATED)
# and help the tests to find that file by setting -DSCHEMA_DIR
set (XDG_DATA_DIRS "${CMAKE_CURRENT_BINARY_DIR}/gsettings-schemas")
set (SCHEMA_DIR "${XDG_DATA_DIRS}/glib-2.0/schemas")
-if (EXISTS /usr/share/glib-2.0/schemas/com.ubuntu.touch.system.gschema.xml)
- set (DISPLAY_SCHEMA /usr/share/glib-2.0/schemas/com.ubuntu.touch.system.gschema.xml)
+if (EXISTS /usr/share/glib-2.0/schemas/com.lomiri.touch.system.gschema.xml)
+ set (DISPLAY_SCHEMA /usr/share/glib-2.0/schemas/com.lomiri.touch.system.gschema.xml)
else()
set (DISPLAY_SCHEMA ${CMAKE_SOURCE_DIR}/data/org.ayatana.display.gschema.xml)
endif()