diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-08-07 08:45:35 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-08-07 08:45:35 +0200 |
commit | 59057dfebf6cb31dd28ec22e87cc51ebb2e46f48 (patch) | |
tree | b5c78bfffae97e24872a05182aa9d2abdaf91e40 /data/CMakeLists.txt | |
parent | 8a1b9c35ac6ed9f97e604baabfb773c5bc63a2de (diff) | |
parent | a5cb3f9233752aacd0553d4a3ad0bc2cb2882c39 (diff) | |
download | ayatana-indicator-keyboard-59057dfebf6cb31dd28ec22e87cc51ebb2e46f48.tar.gz ayatana-indicator-keyboard-59057dfebf6cb31dd28ec22e87cc51ebb2e46f48.tar.bz2 ayatana-indicator-keyboard-59057dfebf6cb31dd28ec22e87cc51ebb2e46f48.zip |
Merge branch 'tari01-pr/high-contrast-icons'
Attributes GH PR #51: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/51
Diffstat (limited to 'data/CMakeLists.txt')
-rw-r--r-- | data/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 662ca716..bc395754 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -35,9 +35,7 @@ install (FILES "${AYATANA_INDICATOR_FILE}" DESTINATION "${AYATANA_INDICATOR_DIR} # Icons -set (ICON_DIR "${CMAKE_INSTALL_FULL_DATADIR}/icons/hicolor") -message (STATUS "${ICON_DIR} is the Icon install dir") -install (DIRECTORY icons/scalable DESTINATION "${ICON_DIR}" FILES_MATCHING PATTERN "*.svg") +install (DIRECTORY "icons/" DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/icons") # org.ayatana.indicator.keyboard.AccountsService.xml |