diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-05 13:46:07 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-05 13:46:07 +0100 |
commit | b7af563522d0deb3f88a168761b54dc52e982943 (patch) | |
tree | 06d125867f1a746f7955fb05b63020412d1c2dc9 /CMakeLists.txt | |
parent | d792866d95550f9fdc7db365f46ae0a9245be954 (diff) | |
parent | f3863a917df35d6e41459e9b12e0ca1bf328910b (diff) | |
download | ayatana-indicator-sound-b7af563522d0deb3f88a168761b54dc52e982943.tar.gz ayatana-indicator-sound-b7af563522d0deb3f88a168761b54dc52e982943.tar.bz2 ayatana-indicator-sound-b7af563522d0deb3f88a168761b54dc52e982943.zip |
Merge branch 'tari01-pr/rename-unity-api'
Attributes GH PR #46: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/46
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 67aa92d..3038762 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,7 @@ pkg_check_modules( ) include_directories(${SOUNDSERVICE_INCLUDE_DIRS}) -pkg_check_modules(UNITY_API liblomiri-api>=0.1.1) +pkg_check_modules(LOMIRI_API liblomiri-api>=0.1.1) include_directories(${TEST_INCLUDE_DIRS}) |