diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-21 11:30:58 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-21 11:30:58 +0200 |
commit | 5f4b9140cdce07477926634ec83a1eaef58f14e4 (patch) | |
tree | ab07a607699fa807f970f874af5387cdbba2a12e | |
parent | abc6f7fe1343b2a74e71ab7570cfd8170b4a8b16 (diff) | |
parent | 5910f3b99838006a4ffb882924900338854f5d13 (diff) | |
download | ayatana-indicator-sound-5f4b9140cdce07477926634ec83a1eaef58f14e4.tar.gz ayatana-indicator-sound-5f4b9140cdce07477926634ec83a1eaef58f14e4.tar.bz2 ayatana-indicator-sound-5f4b9140cdce07477926634ec83a1eaef58f14e4.zip |
Merge branch 'tari01-pr/define-vala-extern'
Attributes GH PR #37: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/37
-rw-r--r-- | src/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tests/CMakeLists.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c76f4f2..fc618d9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -270,6 +270,7 @@ set( add_definitions( -w -DG_LOG_DOMAIN="ayatana-indicator-sound" + -DVALA_EXTERN=extern ) add_library( diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 532475b..b1142f9 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -133,6 +133,7 @@ set( add_definitions( -Wno-unused-but-set-variable + -DVALA_EXTERN=extern ) add_library( |