diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-08-20 22:35:16 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-08-20 22:35:16 -0500 |
commit | 1b90575c67de3cf6459785cc18e3d661a826bece (patch) | |
tree | 6ea2f73a4556c89b8dffd761e53a5e0892d08dac /data/CMakeLists.txt | |
parent | ec2c7ec58b192e0b907239ad1ff840fe69b4da56 (diff) | |
download | ayatana-indicator-display-1b90575c67de3cf6459785cc18e3d661a826bece.tar.gz ayatana-indicator-display-1b90575c67de3cf6459785cc18e3d661a826bece.tar.bz2 ayatana-indicator-display-1b90575c67de3cf6459785cc18e3d661a826bece.zip |
add rotation lock indicator
Diffstat (limited to 'data/CMakeLists.txt')
-rw-r--r-- | data/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 815acbd..7edaa44 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -67,7 +67,7 @@ install (FILES "${UPSTART_XDG_AUTOSTART_FILE}" set (UNITY_INDICATOR_DIR "${CMAKE_INSTALL_FULL_DATAROOTDIR}/unity/indicators") message (STATUS "${UNITY_INDICATOR_DIR} is the Unity Indicator install dir") -set (UNITY_INDICATOR_NAME "com.canonical.indicator.display") +set (UNITY_INDICATOR_NAME "com.canonical.indicator.rotation_lock") set (UNITY_INDICATOR_FILE "${CMAKE_CURRENT_SOURCE_DIR}/${UNITY_INDICATOR_NAME}") install (FILES "${UNITY_INDICATOR_FILE}" |