diff options
author | hwspeedy <ns@bigbear.dk> | 2024-05-14 13:07:37 +0200 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-05-14 13:07:37 +0200 |
commit | 8f15d8b8bafb8d11fd18793bd132871db3d4f630 (patch) | |
tree | 58e8892014636de6d53427491b0796c8267ac932 | |
parent | 65b5768528d9a97dbca46f843a628f29331509b3 (diff) |
PACKAGING - Debian 11 updated to libsoup2.4-1
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ac268a4..1e71e2cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -544,9 +544,6 @@ if(${HARDINFO2_LIBSOUP3}) SET(PACKAGE_LS "libsoup-3.0-0 (>=3.0)") else() SET(PACKAGE_LS "libsoup2.4-1 (>=${PACKAGE_LIBSOUP2_MINVERSION})") - if(${distro}${disversion} MATCHES "Debian GNU/Linux11") - SET(PACKAGE_LS "libsoup2.4-0 (>=2.42)") - endif() endif() if(HARDINFO2_GTK3) SET(PACKAGE_GTK "libgtk-3-0 (>=3.0)") |