diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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") |