aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-10-23 18:13:32 +0000
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-10-23 18:13:32 +0000
commitd639e2580b65177b1a863d1dac7f95362f1936ab (patch)
treeee59b314a280eda862883395c376ee6d4100f006 /data
parent1018cd9a2f7ee78f3e362611b396922635747cef (diff)
downloadayatana-indicator-sound-d639e2580b65177b1a863d1dac7f95362f1936ab.tar.gz
ayatana-indicator-sound-d639e2580b65177b1a863d1dac7f95362f1936ab.tar.bz2
ayatana-indicator-sound-d639e2580b65177b1a863d1dac7f95362f1936ab.zip
data/CMakeLists.txt: Ship org.ayatana.sound.gschema.xml if com.ubuntu.sound.gschema.xml is not around at build-time.
Diffstat (limited to 'data')
-rw-r--r--data/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 270e00d..777b8cd 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -72,6 +72,10 @@ install(
add_schema ("org.ayatana.indicator.sound.gschema.xml")
+if(NOT EXISTS /usr/share/glib-2.0/schemas/com.ubuntu.sound.gschema.xml)
+ add_schema ("org.ayatana.sound.gschema.xml")
+endif()
+
###########################
# Accounts Service
###########################