From b28e807d94462770765566ab0d879554da1f2b23 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 17 May 2021 13:40:29 +0200 Subject: {,**/}CMakeLists.txt: Support builds against GTK+-3.0 with IDO support disabled. Fixes https://github.com/AyatanaIndicators/libayatana-indicator/issues/37 --- tools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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}) -- cgit v1.2.3