aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-05-17 13:40:29 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-05-17 13:40:38 +0200
commitb28e807d94462770765566ab0d879554da1f2b23 (patch)
tree4c8d60c1b1b52a5c2d4ade4237b5bd7622904a09 /tools
parentf6baadaffdb58ba27d585f67680bd7e6172f4444 (diff)
downloadlibayatana-indicator-b28e807d94462770765566ab0d879554da1f2b23.tar.gz
libayatana-indicator-b28e807d94462770765566ab0d879554da1f2b23.tar.bz2
libayatana-indicator-b28e807d94462770765566ab0d879554da1f2b23.zip
{,**/}CMakeLists.txt: Support builds against GTK+-3.0 with IDO support disabled.
Fixes https://github.com/AyatanaIndicators/libayatana-indicator/issues/37
Diffstat (limited to 'tools')
-rw-r--r--tools/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index 3be325d..fd0a4c6 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -1,4 +1,4 @@
-if (FLAVOUR_GTK3)
+if (FLAVOUR_GTK3 AND ENABLE_IDO)
# ayatana-indicator-loader3
set_source_files_properties(indicator-loader.c PROPERTIES COMPILE_FLAGS ${COMPILE_FLAGS})