diff options
author | Robert Tari <robert@tari.in> | 2020-08-11 18:26:28 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2020-08-11 18:26:28 +0200 |
commit | a3bc5a97496f357c47ddf069bd8c67af9143d2bf (patch) | |
tree | fb2b92e54d824e50ce765f72de7a5d5971ca35c2 | |
parent | fb6aba5f21bfdb3253a11b38146736558f30a900 (diff) | |
parent | dc9e35c5a121d198a0969c2dc64b97ba974de19a (diff) | |
download | ayatana-indicator-sound-a3bc5a97496f357c47ddf069bd8c67af9143d2bf.tar.gz ayatana-indicator-sound-a3bc5a97496f357c47ddf069bd8c67af9143d2bf.tar.bz2 ayatana-indicator-sound-a3bc5a97496f357c47ddf069bd8c67af9143d2bf.zip |
Merge branch 'pr/drop-upstart-support' of https://github.com/sunweaver/ayatana-indicator-sound
-rw-r--r-- | data/CMakeLists.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index a99fe9e..ddfa2ad 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -61,27 +61,6 @@ install( ) ########################### -# Upstart XDG Autostart Override -########################### - -set( - INDICATOR_SOUND_UPSTART_XDG_AUTOSTART - "${CMAKE_CURRENT_BINARY_DIR}/ayatana-indicator-sound.upstart.desktop" -) - -configure_file( - "ayatana-indicator-sound.upstart.desktop.in" - ${INDICATOR_SOUND_UPSTART_XDG_AUTOSTART} - @ONLY -) - -install( - FILES "${INDICATOR_SOUND_UPSTART_XDG_AUTOSTART}" - DESTINATION "${CMAKE_INSTALL_DATADIR}/upstart/xdg/autostart" - RENAME "ayatana-indicator-sound.desktop" -) - -########################### # GSettings ########################### |