From ac0492fae37edb527f5730fa49895ebb217c5c55 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Sun, 28 Apr 2024 20:58:03 +0200 Subject: FIX Theme disabled for GTK3<3.20, Fix refresh abort status msg --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c3e1758..1ac268a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -144,6 +144,11 @@ if(${distro}${disversion} MATCHES "DebianGNULinux7") set(PACKAGE_LIBSOUP2_MINVERSION 2.34.3) endif() +#debian 8 +if(${distro}${disversion} MATCHES "DebianGNULinux8") + message("DEB 8 - GTK3 version 3.14.5 is low - Themes disabled") +endif() + #debian ->11 if(${disversion} LESS 11.99) if(${distro} MATCHES "DebianGNULinux") -- cgit v1.2.3